From 4c808b195ed0d73a23d360d9700ef7d03fc89540 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Sun, 29 Oct 2023 00:47:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A9=E5=A4=A9=E8=B7=B3=E7=BB=B3):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A-=E8=A7=84=E5=88=99?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20(#1509)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update com.gkid.crazyrope.ts * feat(天天跳绳): 开屏广告-规则优化 --------- Co-authored-by: lisonge --- src/apps/com.gkid.crazyrope.ts | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/apps/com.gkid.crazyrope.ts b/src/apps/com.gkid.crazyrope.ts index 60086345..b8fb7927 100644 --- a/src/apps/com.gkid.crazyrope.ts +++ b/src/apps/com.gkid.crazyrope.ts @@ -7,24 +7,22 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - matchLauncher: true, quickFind: true, - activityIds: [ - 'com.gkid.crazyrope.ui.splash.StartPageActivity', - 'com.gkid.crazyrope.ui.splash.SplashActivity', - ], + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', snapshotUrls: 'https://gkd-kit.gitee.io/import/12916417', }, { - matches: '[id="com.gkid.crazyrope:id/splash_tv_skip"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12985488', - }, - { - matches: 'LinearLayout[childCount=2] > [text^="跳过"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/13028151', + matches: '[text^="跳过"][text.length<=10]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/13028151', + 'https://i.gkd.li/import/13195567', + 'https://gkd-kit.gitee.io/import/12985488', + ], }, ], },