feat(腾讯视频): 开屏广告

This commit is contained in:
lisonge
2024-01-03 23:46:05 +08:00
parent 4910a6896b
commit 84e37ecb60

View File

@@ -5,6 +5,26 @@ export default defineAppConfig({
name: '腾讯视频', name: '腾讯视频',
deprecatedKeys: [5, 19], deprecatedKeys: [5, 19],
groups: [ groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
action: 'clickCenter', //反馈测试clickNode点击无效
matches: 'TextView[text*="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/import/12700227',
'https://i.gkd.li/import/12700122',
'https://i.gkd.li/import/12700541',
'https://i.gkd.li/import/12910953',
],
},
],
},
{ {
key: 1, key: 1,
name: '青少年模式弹窗', name: '青少年模式弹窗',