From d6c96d042ec4c1a7d797d3c257d05f83aaf3a195 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: Tue, 28 Oct 2025 19:58:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=8F=E7=B1=B3=E4=BA=91=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1-=E9=80=9A=E7=9F=A5=E6=9D=83=E9=99=90=20(#1332)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.miui.cloudservice.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/com.miui.cloudservice.ts b/src/apps/com.miui.cloudservice.ts index d1a32612..7825cd59 100644 --- a/src/apps/com.miui.cloudservice.ts +++ b/src/apps/com.miui.cloudservice.ts @@ -47,5 +47,22 @@ export default defineGkdApp({ }, ], }, + { + key: 2, + name: '权限提示-通知权限', + rules: [ + { + fastQuery: true, + actionMaximum: 1, + resetMatch: 'app', + activityIds: '.ui.MiCloudMainActivity', + matches: [ + '[text$="开启“通知”权限。"]', + '[text="取消"][clickable=true]', + ], + snapshotUrls: 'https://i.gkd.li/i/23165486', + }, + ], + }, ], });