mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat: 天猫校园-通知权限 (#1310)
This commit is contained in:
@@ -56,5 +56,17 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '权限提示-通知权限',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.main.MainActivity',
|
||||||
|
matches: ['[text="获取通知权限"]', '[text="再想想"]'],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/23124558',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user