From 009192eefaa89cb7df34a35560f3c15f60d5e62e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=88=BA=E8=9E=88?= Date: Sun, 8 Oct 2023 23:56:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(QQ):=20=E5=A5=BD=E5=8F=8B=E5=8A=A8?= =?UTF-8?q?=E6=80=81-=E5=B9=BF=E5=91=8A=E5=8D=A1=E7=89=87=20-=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=A7=84=E5=88=99=20(#766)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mobileqq.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/apps/com.tencent.mobileqq.ts b/src/apps/com.tencent.mobileqq.ts index d1728842..b7d3b576 100644 --- a/src/apps/com.tencent.mobileqq.ts +++ b/src/apps/com.tencent.mobileqq.ts @@ -26,17 +26,17 @@ export default defineAppConfig({ { key: 2, name: '好友动态-广告卡片', + activityIds: 'com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity', rules: [ { - activityIds: - 'com.tencent.qqlive.module.videoreport.inject.dialog.ReportDialog', - matches: - '[clickable=true] > ImageView + TextView[text="关闭此条广告"]', // 1689050230463 + key: 0, + matches: 'View[desc="广告"] + ImageView[clickable=true]', // 1689050226722 }, { - activityIds: - 'com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity', - matches: 'View[desc="广告"] + ImageView[clickable=true]', // 1689050226722 + preKeys: 0, + matches: + '[clickable=true] > ImageView + TextView[text="关闭此条广告"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12840889', }, ], },