From b13eec7a53637f6f13c2aa1477297a2f27e5fb2f Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:05:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=85=BE=E8=AE=AF=E8=A7=86=E9=A2=91):=20?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E5=B9=BF=E5=91=8A=20(#568)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(腾讯视频) * Update com.tencent.qqlive.ts * 请求开启推送通知弹窗改为默认关闭 * feat 【个人中心广告】新增一类规则 --- src/apps/com.tencent.qqlive.ts | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) 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, // 配合应用内其他广告卡片使用,反馈界面的规则都是一样的