chore: sync

This commit is contained in:
lisonge
2023-09-02 13:17:03 +08:00
parent cd5ec3bd6f
commit 17c007ebbf
88 changed files with 1191 additions and 363 deletions

View File

@@ -2,22 +2,23 @@ import type { AppConfig } from '../types';
export default <AppConfig>{
id: 'com.sina.weibo',
name: `微博`,
groups: [
{
key: 0,
name: '微博-开屏广告',
name: '开屏广告',
activityIds: 'com.sina.weibo.mobileads.view.',
rules: ['@RelativeLayout > TextView[text=`跳过`]'],
},
{
key: 1,
name: '微博-评论区顶部-相关推荐',
name: '评论区顶部-相关推荐',
activityIds: 'com.sina.weibo.feed.DetailWeiboActivity',
rules: 'ImageView[id=`com.sina.weibo:id/iv_ad_x`]',
},
{
key: 2,
name: `微博-关闭不感兴趣广告弹窗`,
name: `关闭不感兴趣广告弹窗`,
activityIds: `com.sina.weibo.view.bottomsheet.dialog.`,
rules: [[`[text="为何会看到此广告"]`, `[text="不感兴趣"]`]], // 1688889362832
},