mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 17:32:22 +08:00
feat(微博): 关闭不感兴趣广告弹窗
This commit is contained in:
parent
e75cfe0e8c
commit
a5f9de77fa
|
@ -19,10 +19,17 @@ export default defineAppConfig({
|
|||
{
|
||||
key: 2,
|
||||
name: '关闭不感兴趣广告弹窗',
|
||||
activityIds: 'com.sina.weibo.view.bottomsheet.dialog.',
|
||||
activityIds: [
|
||||
'com.sina.weibo.view.bottomsheet.dialog.',
|
||||
'com.sina.weibo.VisitorMainTabActivity',
|
||||
],
|
||||
rules: {
|
||||
matches: ['[text="为何会看到此广告"]', '[text="不感兴趣"]'],
|
||||
}, // 1688889362832
|
||||
matches: [
|
||||
'[id="com.sina.weibo:id/tv_name"][text="为何会看到此广告"]',
|
||||
'[id="com.sina.weibo:id/tv_name"][text="不感兴趣"]',
|
||||
],
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12672985',
|
||||
},
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
|
|
Loading…
Reference in New Issue
Block a user