This commit is contained in:
zh
2025-11-19 17:53:58 +08:00
parent 247cc946bd
commit 056ede3f97
21 changed files with 234 additions and 148 deletions

View File

@ -96,6 +96,10 @@ window.newFuzzySearch = function (
let str = '<span style="color: whitesmoke;background-color: darkred;">' + h + '</span>'
return str
})
item.title = item.oldname.replace(F, function (h) {
let str = h
return str
})
// let a = item.name
// a = '<span style="color: whitesmoke;background-color: darkred;">' + a + "</span>"