Commit f6d1c68c authored by Tang Xinwei's avatar Tang Xinwei

单卡链接改成百鸽

parent a9be55a3
Pipeline #40106 passed with stage
in 3 minutes and 32 seconds
...@@ -441,7 +441,7 @@ export default { ...@@ -441,7 +441,7 @@ export default {
columnDefs: [ columnDefs: [
{ {
render: function (data, type, row) { 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 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