From 997712b0a8571115e272db82ae6c49891063aaa7 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Wed, 22 Nov 2023 21:58:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8C=BB=E8=80=83=E5=B8=AE):=20=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=86=85=E4=BC=9A=E5=91=98=E6=B4=BB=E5=8A=A8=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=20(#2361)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2357 --- src/apps/com.yikaobang.yixue.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.yikaobang.yixue.ts diff --git a/src/apps/com.yikaobang.yixue.ts b/src/apps/com.yikaobang.yixue.ts new file mode 100644 index 00000000..b41ae456 --- /dev/null +++ b/src/apps/com.yikaobang.yixue.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.yikaobang.yixue', + name: '医考帮', + groups: [ + { + key: 1, + name: '应用内会员活动弹窗', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: + 'com.psychiatrygarden.activity.online.AnswerQuestionActivity', + rules: [ + { + matches: '@ImageView[id="com.yikaobang.yixue:id/close"]', + snapshotUrls: 'https://i.gkd.li/import/13425853', + }, + ], + }, + ], +});