From b82bea43c51da75460593013d1c9b67d467e2e82 Mon Sep 17 00:00:00 2001 From: yysforget <1121504223@qq.com> Date: Mon, 22 Jul 2024 16:15:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:<=E6=9C=AC>=E6=94=BB=E7=95=A5,=E5=8F=91?= =?UTF-8?q?=E9=80=81'%=E6=9B=B4=E6=96=B0=E6=9C=AC=E6=94=BB=E7=95=A5'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/guide.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/guide.js b/apps/guide.js index 4325c5d..abe2630 100644 --- a/apps/guide.js +++ b/apps/guide.js @@ -147,7 +147,7 @@ export class Guide extends ZZZPlugin { let posts = lodash.flatten(lodash.map(msyRes, item => item.data.posts)); let url; for (let val of posts) { - if (val.post.subject.includes(name)) { + if (val.post.subject.replace(/【[^】]*本[^】]*】/g, '').includes(name)) { let max = 0; val.image_list.forEach((v, i) => { if (