From e29e3f88f38fdf5ec68f1c8107ec8a7085f0a32e Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 29 Oct 2023 01:06:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=B6=A3=E6=99=BA=E6=A0=A1=E5=9B=AD):=20?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=20SDK=20=E5=B9=BF=E5=91=8A=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=EF=BC=88=E8=A1=A5=E5=85=85activityId=EF=BC=89=20(#151?= =?UTF-8?q?7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.klcxkj.zqxy.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/com.klcxkj.zqxy.ts b/src/apps/com.klcxkj.zqxy.ts index 885c1750..7973a2df 100644 --- a/src/apps/com.klcxkj.zqxy.ts +++ b/src/apps/com.klcxkj.zqxy.ts @@ -10,9 +10,15 @@ export default defineAppConfig({ rules: [ { key: 0, - activityIds: 'com.anythink.basead.ui.ATPortraitTranslucentActivity', + activityIds: [ + 'com.klcxkj.zqxy.ui.main.MainActivity', + 'com.anythink.basead.ui.ATPortraitTranslucentActivity', + ], matches: '[id="com.klcxkj.zqxy:id/anythink_myoffer_btn_close_id"]', - snapshotUrls: 'https://i.gkd.li/import/12781415', + snapshotUrls: [ + 'https://i.gkd.li/import/13195649', + 'https://i.gkd.li/import/12781415', + ], }, { key: 1,