mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(微博): 关闭不感兴趣广告弹窗
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user