Commit e16e97c9 authored by Tang Xinwei's avatar Tang Xinwei

Merge branch 'baige' into 'master'

单卡链接改成百鸽

See merge request !15
parents a9be55a3 f6d1c68c
Pipeline #40239 passed with stage
in 1 minute and 31 seconds
......@@ -441,7 +441,7 @@ export default {
columnDefs: [
{
render: function (data, type, row) {
return "<a href='https://www.ourocg.cn/search/" + row[7] + "'>" + data + "</a>";
return "<a href='https://ygocdb.com/card/" + row[7] + "'>" + data + "</a>";
},
targets: 1
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment