diff --git a/src/apps/com.tencent.qqlive.ts b/src/apps/com.tencent.qqlive.ts index 332725d4..4f5c2b38 100644 --- a/src/apps/com.tencent.qqlive.ts +++ b/src/apps/com.tencent.qqlive.ts @@ -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, // 配合应用内其他广告卡片使用,反馈界面的规则都是一样的