mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(今日头条): 竖屏视频广告 (#228)
This commit is contained in:
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user