mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
perf(酷安): 权限提示-通知权限 (#974)
Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
@@ -115,9 +115,15 @@ export default defineGkdApp({
|
|||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: '.view.main.MainActivity',
|
activityIds: [
|
||||||
|
'.view.main.MainActivity',
|
||||||
|
'.view.splash.SplashActivity',
|
||||||
|
],
|
||||||
matches: '[text="去开启"] - [text="以后再说"]',
|
matches: '[text="去开启"] - [text="以后再说"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13296465',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/13296465',
|
||||||
|
'https://i.gkd.li/i/20708984',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user