feat(华为主题): 请求通知权限弹窗 (#1150)

* feat(华为主题)

* feat 请求通知权限弹窗

close #1132
This commit is contained in:
Kun Jinkao 2023-10-17 00:29:57 +08:00 committed by GitHub
parent 2e1e003e8b
commit e8ea4aa8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,5 +153,13 @@ export default defineAppConfig({
rules: '@[text="以后再说"] + [text="立即更新"]', rules: '@[text="以后再说"] + [text="立即更新"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12727318', snapshotUrls: 'https://gkd-kit.songe.li/import/12727318',
}, },
{
key: 9,
name: '请求通知权限弹窗',
activityIds:
'com.huawei.android.thememanager.base.widget.ActivatePushDialog',
rules: '@[text="取消"] < * - * >n [text="开启消息通知"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12918192',
},
], ],
}); });