feat: replace dashboard renderer home

This commit is contained in:
2026-06-11 14:17:26 +08:00
parent 632e211a54
commit ecf29e2278
5 changed files with 878 additions and 277 deletions
-2
View File
@@ -32,12 +32,10 @@ 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',
]);