mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(天天跳绳): 开屏广告-规则优化 (#1196)
* Create com.gkid.crazyrope.ts * feat(天天跳绳): 规则优化 * feat(天天跳绳): 新的开屏广告id * feat(天天跳绳): 新的开屏广告id * Update com.gkid.crazyrope.ts --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -9,12 +9,23 @@ export default defineAppConfig({
|
|||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
matchLauncher: true,
|
matchLauncher: true,
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.gkid.crazyrope.ui.splash.StartPageActivity',
|
activityIds: [
|
||||||
|
'com.gkid.crazyrope.ui.splash.StartPageActivity',
|
||||||
|
'com.gkid.crazyrope.ui.splash.SplashActivity',
|
||||||
|
],
|
||||||
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"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12985488',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
matches: 'LinearLayout[childCount=2] > [text^="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13028151',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user