mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat: 抖音-全屏广告-视频推荐广告
This commit is contained in:
@@ -365,5 +365,34 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 24,
|
||||||
|
name: '全屏广告-视频推荐广告',
|
||||||
|
desc: '通过返回操作跳过广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.main.MainActivity',
|
||||||
|
matches: 'FlattenUIText[text="不感兴趣"][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/20035670',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
fastQuery: true,
|
||||||
|
action: 'back',
|
||||||
|
activityIds: '.main.MainActivity',
|
||||||
|
matches: [
|
||||||
|
'([text$="广告"][vid="desc"][visibleToUser=true]) || (ImageView[childCount=0] + [text="应用" || text="购物" || text="游戏"][visibleToUser=true])',
|
||||||
|
],
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/21142063',
|
||||||
|
'https://i.gkd.li/i/21142589',
|
||||||
|
'https://i.gkd.li/i/21142249',
|
||||||
|
'https://i.gkd.li/i/21142871',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user