From dc75a57c685b9b39e166da4740cf547ac750ce75 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:43:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8B=B7=E8=B2=9D=E6=BC=AB=E7=95=AB):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20-=20=E8=A7=84=E5=88=99?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20(#863)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 【开屏广告】 - 规则优化精简 --- src/apps/com.copymanga.app.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/apps/com.copymanga.app.ts b/src/apps/com.copymanga.app.ts index d716b620..7caa1b2b 100644 --- a/src/apps/com.copymanga.app.ts +++ b/src/apps/com.copymanga.app.ts @@ -15,16 +15,14 @@ export default defineAppConfig({ ], rules: [ { - matches: 'TextView[text!=null] - TextView[text^="跳过"]', + matches: '[text *= "跳过" && text.length<6]', snapshotUrls: [ 'https://gkd-kit.gitee.io/import/12504489', 'https://gkd-kit.gitee.io/import/12504507', + 'https://gkd-kit.songe.li/import/12852509', + 'https://gkd-kit.gitee.io/import/12504492', ], }, - { - matches: 'ImageView + ViewGroup > TextView[text="跳过"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12504492', - }, ], }, {