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