diff --git a/SrcAutoTmpl.js b/SrcAutoTmpl.js index 3426d294..e31fa1b1 100644 --- a/SrcAutoTmpl.js +++ b/SrcAutoTmpl.js @@ -83,7 +83,7 @@ function aierji(html,url,detail){ let arr = alist.map(it => { return { //html: it, - text: pdfh(it, "a&&Text"), + text: pdfh(it, "a&&Text").replace('new',''), title: pdfh(it, "a&&title"), href: pd(it, "a&&href", url) }