feat: 增加推送通知配置

This commit is contained in:
yml2213
2026-06-19 16:28:49 +08:00
parent a4cdc3e806
commit 5ff1ea40b0
15 changed files with 1376 additions and 51 deletions
+6
View File
@@ -163,6 +163,12 @@ const allNavGroups: NavGroup[] = [
icon: Message,
permission: 'notification:view',
},
{
label: '推送通知',
to: adminPath('push'),
icon: Bell,
permission: 'system_config:view',
},
{
label: '系统配置',
to: adminPath('system-configs'),