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', + ], }, ], },