Fix(腾讯视频):开屏广告 (#3457)

close #3453
This commit is contained in:
jiuqianyuan
2024-01-02 19:46:28 +08:00
committed by GitHub
parent 8e44618e7c
commit 966195df70

View File

@@ -12,7 +12,10 @@ export default defineAppConfig({
matchTime: 10000, matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
rules: 'FrameLayout[id=null] > TextView[text="跳过"][id=null]', rules: [
{
action: 'clickCenter', //反馈测试clickNode点击无效
matches: 'TextView[text*="跳过"][text.length<=10]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/import/12700227', 'https://i.gkd.li/import/12700227',
'https://i.gkd.li/import/12700122', 'https://i.gkd.li/import/12700122',
@@ -20,6 +23,8 @@ export default defineAppConfig({
'https://i.gkd.li/import/12910953', 'https://i.gkd.li/import/12910953',
], ],
}, },
],
},
{ {
key: 1, key: 1,
name: '青少年模式弹窗', name: '青少年模式弹窗',