feat(腾讯视频): 首页-广告弹窗 (#3745)

* feat(腾讯视频): 首页-广告弹窗

* fix: 将id修改为未被排除的id

* update: 修改规则

* chore(actions): check_format_lint

* update: 优化规则

* update: 补充quickFind

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
adproqwq
2024-01-14 21:11:19 +08:00
committed by GitHub
parent 5ca48f7436
commit 590be21cec

View File

@@ -200,6 +200,17 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 6,
name: '全屏广告-首页-广告弹窗',
resetMatch: 'app',
actionMaximum: 1,
quickFind: true,
activityIds: 'com.tencent.qqlive.redpacket.rain.OpenRedPacketActivity',
rules:
'@ImageView[clickable=true] < ViewGroup[childCount=5] < [id="android:id/content"]',
snapshotUrls: 'https://i.gkd.li/import/13842643',
},
{ {
enable: false, enable: false,
key: 20, key: 20,