更改搜索功能

This commit is contained in:
j m 2024-08-05 06:16:28 +08:00
parent 68d3e01f41
commit 0f70eae333

View File

@ -76,7 +76,7 @@
'<hr/>\n' +
'<div class="meta">\n' +
'<div></div>\n' +
'<em text="最后更新于 ' + Utils.formatDate(hit.updateTimestamp, 'yyyy年MM月dd日 HH:mm:ss') + '"></em>\n' +
'<em>' + '最后更新于 ' + Utils.formatDate(hit.updateTimestamp, 'yyyy年MM月dd日') + '</em>\n' +
'</div>\n' +
'</div>\n')
// eslint-disable-next-line no-empty