From c360a3ef9a3f85b004d1bf47eae1a502c5661cdc Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:29:48 +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=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89=20(#3591)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: adproqwq <2757917031@qq.com> --- src/apps/me.zhouzhuo810.zznote.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps/me.zhouzhuo810.zznote.ts b/src/apps/me.zhouzhuo810.zznote.ts index 906e3d74..85554c5c 100644 --- a/src/apps/me.zhouzhuo810.zznote.ts +++ b/src/apps/me.zhouzhuo810.zznote.ts @@ -10,12 +10,15 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: + rules: [ '[id="me.zhouzhuo810.zznote:id/native_ad_container"] + [id^="me.zhouzhuo810.zznote:id/btn_next"]', + '@LinearLayout > [text*="跳过"]', + ], snapshotUrls: [ 'https://i.gkd.li/import/12798528', 'https://i.gkd.li/import/12912217', 'https://i.gkd.li/import/13059838', + 'https://i.gkd.li/import/13800235', //@LinearLayout > [text*="跳过"] ], }, ],