fix: restore dashboard runtime home

This commit is contained in:
2026-06-11 11:54:53 +08:00
parent bdedb5030b
commit 8cfdc37098
6 changed files with 27 additions and 1343 deletions
+2
View File
@@ -32,10 +32,12 @@ const baseModules = import.meta.glob([
const businessModules = import.meta.glob([
'./langs/zh-CN/ai-platform.json',
'./langs/zh-CN/announcement.json',
'./langs/zh-CN/dashboard-design.json',
'./langs/zh-CN/menu.json',
'./langs/zh-CN/message.json',
'./langs/zh-CN/permission.json',
'./langs/zh-CN/role.json',
'./langs/zh-CN/system-config.json',
'./langs/zh-CN/system.json',
'./langs/zh-CN/user.json',
]);
@@ -9,6 +9,8 @@
"codex": "Codex",
"startChat": "开始聊天",
"systemManagement": "系统管理",
"applicationManagement": "应用管理",
"systemMonitoring": "系统监控",
"userManagement": "用户管理",
"roleManagement": "角色权限",
"permissionManagement": "API管理",