From 0f730bdb711e361359d938479244f1697a09d6ab Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Wed, 16 Nov 2022 20:29:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcAutoTmpl.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcAutoTmpl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcAutoTmpl.js b/SrcAutoTmpl.js index 722d8b31..5dbc1df2 100644 --- a/SrcAutoTmpl.js +++ b/SrcAutoTmpl.js @@ -34,7 +34,7 @@ function autoerji(url){ log(tabs) var arts = []; tabs.forEach(item => { - let name = pdfh(item, t.tab_text?t.tab_text:'a||h3&&Text'); + let name = pdfh(item, t.tab_text?t.tab_text:'h3||a||span&&Text'); if(name&&!/更多精品/.test(name)){ arts.push(name); }