From ba8d29247128faea549956931adbb3d69e50c3ee Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:03:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E9=BB=91=E7=9B=92):=20=E7=AD=BE?= =?UTF-8?q?=E5=88=B0=E7=A1=AE=E8=AE=A4=20(#2338)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2329 --- src/apps/com.max.xiaoheihe.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.max.xiaoheihe.ts diff --git a/src/apps/com.max.xiaoheihe.ts b/src/apps/com.max.xiaoheihe.ts new file mode 100644 index 00000000..e69ac6f7 --- /dev/null +++ b/src/apps/com.max.xiaoheihe.ts @@ -0,0 +1,25 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.max.xiaoheihe', + name: '小黑盒', + groups: [ + // { key: 0 }, 开屏广告 占位 + { + key: 1, + name: '弹窗_签到成功', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: [ + '[text="签到成功!"]', + '[id="com.max.xiaoheihe:id/tv_confirm"]', + ], + snapshotUrls: 'https://i.gkd.li/import/13421535', + }, + ], + }, + ], +});