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', + }, + ], +});