新增备份监控与定时配置

This commit is contained in:
yml2213
2026-08-16 23:53:50 +08:00
parent 66cb03ebce
commit f67ee12d72
19 changed files with 612 additions and 3 deletions
+6
View File
@@ -219,6 +219,12 @@ const allNavGroups: NavGroup[] = [
icon: Operation,
permission: 'system_config:view',
},
{
label: '数据备份',
to: adminPath('backups'),
icon: DocumentChecked,
permission: 'backup:view',
},
],
},
{