From fb5479576b53e677d148df15086bd5d1f8081c5b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 20 Mar 2024 13:26:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E5=91=A8=E4=BE=BF=E7=AD=BE):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/me.zhouzhuo810.zznote.ts | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/apps/me.zhouzhuo810.zznote.ts b/src/apps/me.zhouzhuo810.zznote.ts index c7faa396..fe8ac614 100644 --- a/src/apps/me.zhouzhuo810.zznote.ts +++ b/src/apps/me.zhouzhuo810.zznote.ts @@ -7,6 +7,7 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', + quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', @@ -14,17 +15,15 @@ export default defineAppConfig({ rules: [ { key: 0, - matches: '[id="me.zhouzhuo810.zznote:id/btn_next_2"]', - exampleUrls: - 'https://m.gkd.li/57941037/b20641b8-e7c6-44d6-82b4-5e501e8a491d', - snapshotUrls: 'https://i.gkd.li/i/12798528', + matches: '@[vid^="btn_next_"] - [vid="native_ad_container"]', + snapshotUrls: [ + 'https://i.gkd.li/i/12798528', + 'https://i.gkd.li/i/14662294', + ], }, { key: 1, - quickFind: true, matches: '@LinearLayout > [text*="跳过"]', - exampleUrls: - 'https://m.gkd.li/57941037/c23cca9b-b4fa-4533-9a1d-4bb4bc9e4b86', snapshotUrls: 'https://i.gkd.li/i/13800235', }, ],