From 40e7735bbeb34b7b9c0e235fc8fd8426f291d8a3 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 21 Aug 2024 10:43:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(qq):=20=E5=88=86=E6=AE=B5=E5=B9=BF?= =?UTF-8?q?=E5=91=8A-=E9=92=B1=E5=8C=85=E9=A1=B5=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85activityid?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mobileqq.ts | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/apps/com.tencent.mobileqq.ts b/src/apps/com.tencent.mobileqq.ts index efd11ffe..25a09ad4 100644 --- a/src/apps/com.tencent.mobileqq.ts +++ b/src/apps/com.tencent.mobileqq.ts @@ -463,10 +463,16 @@ export default defineGkdApp({ rules: [ { key: 0, - activityIds: 'com.tencent.mobileqq.activity.SplashActivity', fastQuery: true, + activityIds: [ + 'com.tencent.mobileqq.activity.SplashActivity', + 'cooperation.qwallet.plugin.QWalletToolFragmentActivity', + ], matches: 'ViewGroup[childCount=6] > [text="广告"]', - snapshotUrls: 'https://i.gkd.li/i/13695087', + snapshotUrls: [ + 'https://i.gkd.li/i/13695087', + 'https://i.gkd.li/i/16685300', + ], }, { key: 1, @@ -477,8 +483,8 @@ export default defineGkdApp({ { preKeys: [0, 1], key: 2, - activityIds: 'cooperation.qwallet.plugin.QWalletToolFragmentActivity', fastQuery: true, + activityIds: 'cooperation.qwallet.plugin.QWalletToolFragmentActivity', matches: '@LinearLayout > [text="关闭此条广告"]', snapshotUrls: 'https://i.gkd.li/i/13699701', },