mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(百度网盘): 开屏广告, 相册-激活无限空间弹窗 (#160)
* feat(百度网盘) * Update com.baidu.netdisk.ts
This commit is contained in:
@@ -14,7 +14,14 @@ export default defineAppConfig({
|
|||||||
snapshotUrls:
|
snapshotUrls:
|
||||||
'https://gkd-kit.gitee.io/import/38517192/edc1d0a6-ebdd-48b0-9e11-f0b2c277c40a',
|
'https://gkd-kit.gitee.io/import/38517192/edc1d0a6-ebdd-48b0-9e11-f0b2c277c40a',
|
||||||
},
|
},
|
||||||
'@TextView[text^="跳过"] + TextView[text="广告"]',
|
{
|
||||||
|
activityIds: [
|
||||||
|
'com.baidu.netdisk.ui.Navigate',
|
||||||
|
'com.baidu.netdisk.ui.DefaultMainActivity',
|
||||||
|
],
|
||||||
|
matches: '@TextView[text^="跳过"] + TextView[text="广告"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12648924',
|
||||||
|
},
|
||||||
'[id="com.byted.pangle:id/tt_splash_skip_btn"]', // 1687136781353
|
'[id="com.byted.pangle:id/tt_splash_skip_btn"]', // 1687136781353
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -48,5 +55,14 @@ export default defineAppConfig({
|
|||||||
rules: '@TextView + [text="专属福利"]',
|
rules: '@TextView + [text="专属福利"]',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642558', // 节点过多,选择器无法查询
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642558', // 节点过多,选择器无法查询
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 5,
|
||||||
|
name: '相册页面-激活无限空间弹窗',
|
||||||
|
activityIds:
|
||||||
|
'com.baidu.netdisk.cloudimage.ui.album.AlbumGuideOneImageDialog',
|
||||||
|
rules:
|
||||||
|
'@ImageView[id="com.baidu.netdisk:id/close_btn"] + ImageView[id="com.baidu.netdisk:id/bg_image"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12648987',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user