feat(天天跳绳): 开屏广告-规则优化 (#1509)

* Update com.gkid.crazyrope.ts

* feat(天天跳绳): 开屏广告-规则优化

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
walklty
2023-10-29 00:47:00 +08:00
committed by GitHub
parent b5eae111b0
commit 4c808b195e

View File

@@ -7,24 +7,22 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
matchLauncher: true,
quickFind: true, quickFind: true,
activityIds: [ matchTime: 10000,
'com.gkid.crazyrope.ui.splash.StartPageActivity', actionMaximum: 1,
'com.gkid.crazyrope.ui.splash.SplashActivity', resetMatch: 'app',
],
rules: [ rules: [
{ {
matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12916417', snapshotUrls: 'https://gkd-kit.gitee.io/import/12916417',
}, },
{ {
matches: '[id="com.gkid.crazyrope:id/splash_tv_skip"]', matches: '[text^="跳过"][text.length<=10]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12985488', snapshotUrls: [
}, 'https://gkd-kit.gitee.io/import/13028151',
{ 'https://i.gkd.li/import/13195567',
matches: 'LinearLayout[childCount=2] > [text^="跳过"]', 'https://gkd-kit.gitee.io/import/12985488',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13028151', ],
}, },
], ],
}, },