feat(腾讯视频): 全屏广告-首页-弹窗广告(补充规则)、局部广告-悬浮广告

This commit is contained in:
AIsouler
2024-10-28 21:23:38 +08:00
parent f022bb3263
commit b7647537f6

View File

@@ -262,6 +262,13 @@ export default defineGkdApp({
exampleUrls: 'https://e.gkd.li/8b128ebc-ce9c-4345-8094-769f9afa8cd6',
snapshotUrls: 'https://i.gkd.li/i/17088095',
},
{
key: 3,
activityIds: '.ona.activity.SplashHomeActivity',
matches: '[text="暂不需要,稍后领取"][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/3256ed8e-752c-426d-9d64-26c9fdea9b09',
snapshotUrls: 'https://i.gkd.li/i/17542869',
},
],
},
{
@@ -302,5 +309,23 @@ export default defineGkdApp({
},
],
},
{
key: 22,
name: '局部广告-悬浮广告',
desc: '点击关闭',
rules: [
{
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: '.ona.activity.SplashHomeActivity',
matches:
'@ImageView[clickable=true][visibleToUser=true] + [text="免费看"]',
exampleUrls: 'https://e.gkd.li/5f6447c1-39f6-4711-a907-fdf36f502ec6',
snapshotUrls: 'https://i.gkd.li/i/17542913',
},
],
},
],
});