From a2fb2b69ac84316a99417f993507b6d27bf982c6 Mon Sep 17 00:00:00 2001 From: zhendery Date: Wed, 20 Nov 2024 13:37:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(QQ):=20=E5=B1=80=E9=83=A8=E5=B9=BF?= =?UTF-8?q?=E5=91=8A-=E8=AF=B4=E8=AF=B4=E8=AF=A6=E6=83=85=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#514)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AIsouler --- src/apps/com.tencent.mobileqq.ts | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/apps/com.tencent.mobileqq.ts b/src/apps/com.tencent.mobileqq.ts index ebc4f699..6ac44d2c 100644 --- a/src/apps/com.tencent.mobileqq.ts +++ b/src/apps/com.tencent.mobileqq.ts @@ -776,11 +776,18 @@ export default defineGkdApp({ { key: 3, name: '好友动态详情页广告', - activityIds: 'com.qzone.reborn.base.QZoneTransparentShellActivity', + activityIds: [ + 'com.qzone.reborn.base.QZoneTransparentShellActivity', + 'com.qzone.reborn.base.QZoneShellActivity', + ], fastQuery: true, - matches: '@[desc="关闭广告"][visibleToUser=true] -3 [text^="活动"]', + matches: + '@[desc="关闭广告"][visibleToUser=true] <4 RelativeLayout <2 LinearLayout <2 LinearLayout < FrameLayout <(4,5) RecyclerView < FrameLayout - FrameLayout >2 [text="详情"]', exampleUrls: 'https://e.gkd.li/b78a3e44-3bd9-445d-9199-e989269c2be3', - snapshotUrls: 'https://i.gkd.li/i/17009847', + snapshotUrls: [ + 'https://i.gkd.li/i/17009847', + 'https://i.gkd.li/i/17815694', + ], }, ], },