From 1f42da641c2b38afbdfd69fb24e65f1bba49a9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= <152615144+tianfangyetan1@users.noreply.github.com> Date: Sun, 26 Oct 2025 12:49:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20OPPO=E5=81=A5=E5=BA=B7-=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=8F=90=E7=A4=BA-=E5=BA=94=E7=94=A8=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=83=85=E5=86=B5=20(#1323)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.heytap.health.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.heytap.health.ts b/src/apps/com.heytap.health.ts index e5da4d15..244b7e8f 100644 --- a/src/apps/com.heytap.health.ts +++ b/src/apps/com.heytap.health.ts @@ -74,5 +74,21 @@ export default defineGkdApp({ }, ], }, + { + key: 6, + name: '权限提示-应用使用情况', + desc: '点击[暂不]', + rules: [ + { + fastQuery: true, + activityIds: '.sleep.SleepHistoryActivity', + matches: [ + '[text^="授权“OPPO 健康”应用访问应用使用情况"]', + '[text="暂不"]', + ], + snapshotUrls: 'https://i.gkd.li/i/23146074', + }, + ], + }, ], });