From d538f9e39d1ef66c61a4790b97691fc0036b056c Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:36:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=99=93=E6=99=93=E4=BC=98=E9=80=89):=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=20(#2996)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/moc.nauxuoyoaixoaix.www.ts | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/apps/moc.nauxuoyoaixoaix.www.ts b/src/apps/moc.nauxuoyoaixoaix.www.ts index 878f72ba..133c178f 100644 --- a/src/apps/moc.nauxuoyoaixoaix.www.ts +++ b/src/apps/moc.nauxuoyoaixoaix.www.ts @@ -11,8 +11,18 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13476862', + rules: [ + { + key: 0, + matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13476862', + }, + { + key: 1, + matches: '[text^="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13625367', + }, + ], }, ], });