feat(华为应用市场): 权限提示-通知权限 (#681)

This commit is contained in:
AIsouler
2025-01-07 15:25:34 +08:00
parent db3b445d2f
commit 8c35a1a159

View File

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