mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
feat: 小米云服务-通知权限 (#1332)
This commit is contained in:
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user