feat(番茄免费小说): 广告弹窗 (#966)

* feat(番茄免费小说): 广告弹窗

* feat(番茄免费小说): 广告弹窗-规则优化

---------

Co-authored-by: 二刺螈 <i@songe.li>

close #952
This commit is contained in:
jiuqianyuan 2023-10-13 01:09:26 +08:00 committed by GitHub
parent 4dfd30e61c
commit bcecff772e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,5 +49,15 @@ export default defineAppConfig({
'@[text="取消"] < LinearLayout -2 LinearLayout > [text="开启推送提醒"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12716592',
},
{
key: 11,
name: '广告弹窗',
desc: '点击底部圆形x图标',
quickFind: true,
activityIds: 'com.dragon.read.pages.main.MainFragmentActivity',
rules:
'@ImageView[clickable=true] <2 LinearLayout[childCount=2] < [id="android:id/content"][childCount=1]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12878266',
},
],
});