From 9b8a4bbaae666bfadb61cc93d3ad78048ab5aa0a Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 13 Nov 2023 01:29:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8E=A2=E6=8E=A2):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=EF=BC=88=E4=BC=98=E5=8C=96=E8=A7=84=E5=88=99?= =?UTF-8?q?=EF=BC=89=20(#2051)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.p1.mobile.putong.ts | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/apps/com.p1.mobile.putong.ts b/src/apps/com.p1.mobile.putong.ts index b2d8088a..715abf0a 100644 --- a/src/apps/com.p1.mobile.putong.ts +++ b/src/apps/com.p1.mobile.putong.ts @@ -7,9 +7,15 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.p1.mobile.putong.account.ui.welcome.SplashAct', - rules: '@LinearLayout > TextView[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12866488', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text^="跳过"][text.length<=10]', + snapshotUrls: [ + 'https://i.gkd.li/import/12866488', + 'https://i.gkd.li/import/13324185', + ], }, ], });