From 98a2d7ace1259e29d90d40df08d790849e1e74cc Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Mon, 23 Oct 2023 00:49:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E5=A4=A9=E6=89=8D):=20=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E9=80=9A=E7=9F=A5=E6=8F=90=E9=86=92=20(#1313)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xtc.watch.ts | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/apps/com.xtc.watch.ts diff --git a/src/apps/com.xtc.watch.ts b/src/apps/com.xtc.watch.ts new file mode 100644 index 00000000..72345c2f --- /dev/null +++ b/src/apps/com.xtc.watch.ts @@ -0,0 +1,29 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xtc.watch', + name: '小天才', + groups: [ + { + key: 3, + name: '开启通知提醒', + quickFind: true, + activityIds: [ + 'com.xtc.widget.phone.popup.activity.CustomActivity13', + 'com.xtc.watch.view.home.activity.XtcHomeActivity', + ], + rules: [ + { + matches: [ + '[id="com.xtc.watch:id/iv_notify_permission_close"]', + '[id="com.xtc.watch:id/iv_close"]', + ], + snapshotUrls: [ + 'https://gkd-kit.songe.li/import/13059965', + 'https://gkd-kit.songe.li/import/13063274', + ], + }, + ], + }, + ], +});