chore: sync

This commit is contained in:
lisonge
2023-08-21 21:42:24 +08:00
parent 78905817c4
commit f347feae0d
8 changed files with 79 additions and 14 deletions

View File

@@ -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
},
],
};