mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(亲宝宝): 开屏广告-规则优化; 更新弹窗 (#1190)
* Update com.dw.btime.ts * chore(actions): check_format_lint * feat(亲宝宝): 开屏广告新的id * feat(亲宝宝): 开屏广告新的id --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -9,8 +9,16 @@ export default defineAppConfig({
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
activityIds: 'com.dw.btime.MainHomeTabActivity',
|
||||
rules: '[id="com.dw.btime:id/ad_screen_skip_btn_v1"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12889257',
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.dw.btime:id/ad_screen_skip_btn_v1"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12889257',
|
||||
},
|
||||
{
|
||||
matches: '[id="com.dw.btime:id/ad_screen_skip_btn"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12972209',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
|
||||
Reference in New Issue
Block a user