feat(腾讯视频): 个人中心广告 (#568)

* feat(腾讯视频)

* Update com.tencent.qqlive.ts

* 请求开启推送通知弹窗改为默认关闭

* feat 【个人中心广告】新增一类规则
This commit is contained in:
Kun Jinkao
2023-10-02 23:05:16 +08:00
committed by GitHub
parent efa5fe256c
commit b13eec7a53

View File

@@ -95,12 +95,22 @@ export default defineAppConfig({
},
{
key: 5,
name: '个人中心-广告卡片',
desc: '自动点击“不感兴趣”',
name: '个人中心广告',
activityIds: ['com.tencent.qqlive.ona.activity.SplashHomeActivity'],
rules:
'ViewGroup > TextView + LinearLayout[childCount=2] + ImageView[clickable=true]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12700175',
rules: [
{
key: 0,
matches:
'ViewGroup > TextView + LinearLayout[childCount=2] + ImageView[clickable=true]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12700175',
},
{
key: 1,
matches:
'RelativeLayout > FrameLayout + @ImageView[clickable=true] + ImageView + ImageView',
snapshotUrls: 'https://gkd-kit.songe.li/import/12777344',
},
],
},
{
key: 19, // 配合应用内其他广告卡片使用,反馈界面的规则都是一样的