mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(Jump): 权限提示-通知权限 (#520)
This commit is contained in:
@@ -30,5 +30,25 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '权限提示-通知权限',
|
||||||
|
desc: '点击关闭',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.ui.my.favorite.FavoriteActivity',
|
||||||
|
matches: [
|
||||||
|
'[vid="clNotificationGuide"][visibleToUser=true]',
|
||||||
|
'[vid="ivClose"][visibleToUser=true]',
|
||||||
|
],
|
||||||
|
exampleUrls: 'https://e.gkd.li/ce574950-4233-477e-b0cc-a4b0d18df249',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/17828834',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user