update file

This commit is contained in:
qist
2023-09-06 17:03:59 +08:00
parent 3bd977610f
commit a4a2ad66fc
18 changed files with 298 additions and 369 deletions

View File

@@ -230,7 +230,7 @@ let dlist = pdfa(search_html, 'table.border1');
dlist.forEach(function(it){
let title = pdfh(it, 'img&&alt');
if (searchObj.quick === true){
if (title.includes(KEY)){
if (false && title.includes(KEY)){
title = KEY;
}
}