Update index.html

This commit is contained in:
Anyon 2022-06-27 15:00:06 +08:00
parent a296015dac
commit 9b31de5896

View File

@ -25,7 +25,7 @@
return d.name + '<a class="pull-right font-s10" target="_blank" href="' + d.xurl + '">查看</a>'
}
},
{field: 'hash', title: '文件哈希', minWidth: 200, align: 'center'},
{field: 'hash', title: '文件哈希', minWidth: 200, align: 'center', templet: '<div><code>{{d.hash}}</code></div>'},
{
field: 'size', title: '文件大小', align: 'center', minWidth: 100, sort: true, templet: function (d) {
return formatSize(d.size)