From 67a7ef392056c3f10d3c5a4956e2cc507fb62b5b Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:17:45 +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=E6=9D=83=E9=99=90=E6=8F=90=E9=86=92=20(?= =?UTF-8?q?#2640)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2627 --- src/apps/com.mi.health.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.mi.health.ts b/src/apps/com.mi.health.ts index a0cb99f2..451b6285 100644 --- a/src/apps/com.mi.health.ts +++ b/src/apps/com.mi.health.ts @@ -14,5 +14,15 @@ export default defineAppConfig({ rules: '[id="com.mi.health:id/nextView"][text="下次再说"]', snapshotUrls: 'https://i.gkd.li/import/13258813', }, + { + key: 2, + name: '权限提醒', + activityIds: 'com.xiaomi.fitness.main.MainActivity', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text="开启后台无限制"] + [id="com.mi.health:id/close_icon"]', + snapshotUrls: 'https://i.gkd.li/import/13495035', + }, ], });