Commit 5f1f7978 authored by mercury233's avatar mercury233

单卡链接改为新窗口打开

parent 783257f4
......@@ -465,7 +465,7 @@ export default {
columnDefs: [
{
render: function (data, type, row) {
return "<a href='https://ygocdb.com/card/" + row[7] + "'>" + data + "</a>";
return "<a href='https://ygocdb.com/card/" + row[7] + "' target='_blank'>" + 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