From 8c35a1a1593f6f6a7ae6068c875dc7c2470a69d2 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 7 Jan 2025 15:25:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=8E=E4=B8=BA=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=B8=82=E5=9C=BA):=20=E6=9D=83=E9=99=90=E6=8F=90=E7=A4=BA-?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=9D=83=E9=99=90=20(#681)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.huawei.appmarket.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.huawei.appmarket.ts b/src/apps/com.huawei.appmarket.ts index e31c086f..6339741e 100644 --- a/src/apps/com.huawei.appmarket.ts +++ b/src/apps/com.huawei.appmarket.ts @@ -84,5 +84,20 @@ export default defineGkdApp({ }, ], }, + { + key: 6, + name: '权限提示-通知权限', + desc: '点击[以后再说]', + rules: [ + { + fastQuery: true, + activityIds: + 'com.huawei.appgallery.jointmessage.jointmessage.impl.activity.NotificationSwitchDialogActivity', + matches: '[text="以后再说"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/1a0531ef-a18c-483d-8ac9-b50c96c6431d', + snapshotUrls: 'https://i.gkd.li/i/18328929', + }, + ], + }, ], });