mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(天天跳绳): 开屏广告-规则优化 (#1509)
* Update com.gkid.crazyrope.ts * feat(天天跳绳): 开屏广告-规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -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',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user