feat(酷安): 关闭卡片广告

This commit is contained in:
lisonge
2023-09-19 12:06:00 +08:00
parent eeecf94ae9
commit cfa1f7d4c6

View File

@@ -34,11 +34,11 @@ export default defineAppConfig({
], ],
snapshotUrls: [ snapshotUrls: [
'https://gkd-kit.gitee.io/import/38517192/9badc07c-4da2-4066-8af5-d96a86a28315', 'https://gkd-kit.gitee.io/import/38517192/9badc07c-4da2-4066-8af5-d96a86a28315',
'https://gkd-kit.gitee.io/import/12655713',
], ],
matches: ['[id="com.byted.pangle.m:id/tt_item_tv"][text=`不感兴趣`]'], matches: ['[id$="id/tt_item_tv"][text=`不感兴趣`]'],
}, },
'Button[text$="广告"] + Button[text="不感兴趣"]', // 1692148279610 'Button[text$="广告"] + Button[text="不感兴趣"]',
'Button[text$=`去广告`] - Button[text=`不感兴趣`]',
'[id=`com.coolapk.market:id/close_view`]', '[id=`com.coolapk.market:id/close_view`]',
], ],
}, },