mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
chore: sync
This commit is contained in:
@@ -6,7 +6,7 @@ export default <AppConfig>{
|
||||
{
|
||||
key: 0,
|
||||
name: '微博-开屏广告',
|
||||
activityIds: 'com.sina.weibo.mobileads.view.a',
|
||||
activityIds: 'com.sina.weibo.mobileads.view.',
|
||||
rules: ['@RelativeLayout > TextView[text=`跳过`]'],
|
||||
},
|
||||
{
|
||||
@@ -15,5 +15,11 @@ export default <AppConfig>{
|
||||
activityIds: 'com.sina.weibo.feed.DetailWeiboActivity',
|
||||
rules: 'ImageView[id=`com.sina.weibo:id/iv_ad_x`]',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: `微博-关闭不感兴趣广告弹窗`,
|
||||
activityIds: `com.sina.weibo.view.bottomsheet.dialog.`,
|
||||
rules: [[`[text="为何会看到此广告"]`, `[text="不感兴趣"]`]], // 1688889362832
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user