From c847ef2cf11ac24f84def4b3ce94d59bc893abfc Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:26:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(BOSS=E7=9B=B4=E8=81=98):=20=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E6=9D=83=E9=99=90=E6=8E=88=E6=9D=83=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=20(#2972)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hpbr.bosszhipin.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/com.hpbr.bosszhipin.ts b/src/apps/com.hpbr.bosszhipin.ts index cfd6d72f..a9daa83f 100644 --- a/src/apps/com.hpbr.bosszhipin.ts +++ b/src/apps/com.hpbr.bosszhipin.ts @@ -7,7 +7,10 @@ export default defineAppConfig({ { key: 0, name: '通知权限授权弹窗', - activityIds: 'com.hpbr.bosszhipin.module.main.activity.MainActivity', + activityIds: [ + 'com.hpbr.bosszhipin.module.main.activity.MainActivity', + 'com.hpbr.bosszhipin.module.launcher.WelcomeActivity', + ], quickFind: true, matchTime: 10000, actionMaximum: 1, @@ -15,7 +18,10 @@ export default defineAppConfig({ rules: [ { matches: '@ImageView[id="com.hpbr.bosszhipin:id/iv_cancle"]', - snapshotUrls: 'https://i.gkd.li/import/13440781', + snapshotUrls: [ + 'https://i.gkd.li/import/13440781', + 'https://i.gkd.li/import/13623476', + ], }, ], },