mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(喜马拉雅极速版): ZFB提现广告关闭 (#1831)
* Create com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * feat(喜马拉雅极速版): ZFB提现广告关闭 * feat(喜马拉雅极速版): 关闭开启通知弹窗 * feat(喜马拉雅极速版): 规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -25,6 +25,7 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
name: '首页-推荐-卡片广告',
|
||||
quickFind: true,
|
||||
activityIds: 'com.ximalaya.ting.android.host.activity.MainActivity',
|
||||
rules: '[id="com.ximalaya.ting.lite:id/main_ad_top_home_iv_close"]',
|
||||
},
|
||||
@@ -50,5 +51,22 @@ export default defineAppConfig({
|
||||
rules: '[id="com.ximalaya.ting.lite:id/main_iv_novel_back"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13229127',
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: 'ZFB提现广告',
|
||||
quickFind: true,
|
||||
activityIds: 'com.ximalaya.ting.android.host.activity.MainActivity',
|
||||
rules: '[id="com.ximalaya.ting.lite:id/main_login_guide_close"][index=1]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13256447',
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
name: '关闭开启通知弹窗',
|
||||
quickFind: true,
|
||||
activityIds: 'com.ximalaya.ting.android.host.activity.WelComeActivity',
|
||||
rules:
|
||||
'[text="立即开启"] + [id="com.ximalaya.ting.lite:id/host_dialog_cancel_iv"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13256505',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user