From 218f5974d21e26cba18a602ec5d0e7c623885d96 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Thu, 23 Nov 2023 23:58:55 +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(#2413)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2406 --- src/apps/com.hpbr.bosszhipin.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.hpbr.bosszhipin.ts diff --git a/src/apps/com.hpbr.bosszhipin.ts b/src/apps/com.hpbr.bosszhipin.ts new file mode 100644 index 00000000..cfd6d72f --- /dev/null +++ b/src/apps/com.hpbr.bosszhipin.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hpbr.bosszhipin', + name: 'BOSS直聘', + groups: [ + { + key: 0, + name: '通知权限授权弹窗', + activityIds: 'com.hpbr.bosszhipin.module.main.activity.MainActivity', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'activity', + rules: [ + { + matches: '@ImageView[id="com.hpbr.bosszhipin:id/iv_cancle"]', + snapshotUrls: 'https://i.gkd.li/import/13440781', + }, + ], + }, + ], +});