mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 15:42:20 +08:00
feat(今日头条): 竖屏视频广告 (#228)
This commit is contained in:
parent
af988f3fc6
commit
85057af13f
|
@ -39,5 +39,28 @@ export default defineAppConfig({
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 11,
|
||||
name: '竖屏视频广告',
|
||||
desc: '点击右上角[更多]图标按钮,出现菜单,点击不感兴趣',
|
||||
activityIds: 'com.ss.android.ugc.detail.activity.TikTokActivity',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '点击右上角[更多]图标按钮',
|
||||
matches:
|
||||
'@ImageView[clickable=true][desc="更多"] <3 RelativeLayout -2 RelativeLayout >4 FlattenUIText[desc="查看商品"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12679280',
|
||||
},
|
||||
{
|
||||
preKeys: 0,
|
||||
name: '点击不感兴趣',
|
||||
matches:
|
||||
'@LinearLayout[clickable=true] > RelativeLayout + TextView[text="不感兴趣"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12679277',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user