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', + ], }, ], },