From 38ae335c903e626788622934e9452e37ada747b0 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 5 Nov 2023 21:52:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=B1=B3=E8=BF=90=E5=8A=A8?= =?UTF-8?q?=E5=81=A5=E5=BA=B7):=20=E5=A5=BD=E8=AF=84=E5=BC=B9=E7=AA=97=20(?= =?UTF-8?q?#1846)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 好评弹窗 * feat(小米运动健康): 好评弹窗 --------- Co-authored-by: lisonge --- src/apps/com.mi.health.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.mi.health.ts diff --git a/src/apps/com.mi.health.ts b/src/apps/com.mi.health.ts new file mode 100644 index 00000000..a0cb99f2 --- /dev/null +++ b/src/apps/com.mi.health.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.mi.health', + name: '小米运动健康', + groups: [ + { + key: 1, + name: '好评弹窗', + activityIds: 'com.xiaomi.fitness.baseui.common.CommonBaseActivity', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[id="com.mi.health:id/nextView"][text="下次再说"]', + snapshotUrls: 'https://i.gkd.li/import/13258813', + }, + ], +});