feat(QQ) QQ小程序开屏广告-规则优化 (#1153)

* feat 消息页面-顶部广告(优化规则)

* feat 好友热播(新增 activityId)

* feat(QQ): 规则优化

* feat QQ小程序开屏广告(增加activityId)

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Kun Jinkao
2023-10-17 00:31:21 +08:00
committed by GitHub
parent 11aa82dbcc
commit e18e048519

View File

@@ -198,12 +198,18 @@ export default defineAppConfig({
key: 13,
name: 'QQ小程序开屏广告',
desc: '点击右下角跳过',
activityIds: 'com.tencent.mobileqq.mini.appbrand.ui.AppBrandUI',
activityIds: [
'com.tencent.mobileqq.mini.appbrand.ui.AppBrandUI',
'com.tencent.mobileqq.activity.miniaio.MiniChatActivity',
],
rules: [
{
matches:
'TextView[text = "广告"] < RelativeLayout + RelativeLayout TextView[text = "跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12877215',
snapshotUrls: [
'https://gkd-kit.songe.li/import/12877215',
'https://gkd-kit.songe.li/import/12919195',
],
},
],
},