fix: restore dashboard runtime home
This commit is contained in:
@@ -13990,11 +13990,49 @@
|
||||
"id": "725fb629-8f27-4738-a335-42159dc2b9bb",
|
||||
"minH": 2,
|
||||
"minW": 6,
|
||||
"type": "approval-center",
|
||||
"type": "quick-links",
|
||||
"props": {
|
||||
"title": "审批中心",
|
||||
"showMore": true,
|
||||
"routePrefix": "/app/workflow_center"
|
||||
"title": "AI 协作",
|
||||
"columns": 3,
|
||||
"rows": 2,
|
||||
"menus": [
|
||||
{
|
||||
"id": "ai-agent",
|
||||
"title": "智能体",
|
||||
"icon": "lucide:square-user",
|
||||
"path": "/ai-platform/agent",
|
||||
"bgColor": ""
|
||||
},
|
||||
{
|
||||
"id": "ai-workflow",
|
||||
"title": "流程编排",
|
||||
"icon": "lucide:workflow",
|
||||
"path": "/ai-platform/workflow",
|
||||
"bgColor": ""
|
||||
},
|
||||
{
|
||||
"id": "ai-knowledge",
|
||||
"title": "知识库",
|
||||
"icon": "lucide:library-big",
|
||||
"path": "/ai-platform/knowledge-base",
|
||||
"bgColor": ""
|
||||
},
|
||||
{
|
||||
"id": "ai-model",
|
||||
"title": "模型配置",
|
||||
"icon": "lucide:settings",
|
||||
"path": "/ai-platform/model",
|
||||
"bgColor": ""
|
||||
},
|
||||
{
|
||||
"id": "codex",
|
||||
"title": "Codex",
|
||||
"icon": "lucide:code",
|
||||
"path": "/agent-chat/codex",
|
||||
"bgColor": ""
|
||||
},
|
||||
null
|
||||
]
|
||||
},
|
||||
"style": {
|
||||
"backgroundColor": "",
|
||||
@@ -14014,7 +14052,7 @@
|
||||
"titleAlign": "left",
|
||||
"titleFontWeight": "normal"
|
||||
},
|
||||
"title": "审批中心"
|
||||
"title": "AI 协作"
|
||||
},
|
||||
{
|
||||
"h": 3,
|
||||
@@ -14027,9 +14065,53 @@
|
||||
"minW": 6,
|
||||
"type": "my-apps",
|
||||
"props": {
|
||||
"title": "我的应用",
|
||||
"maxCount": 8,
|
||||
"showMore": false
|
||||
"title": "基础管理",
|
||||
"maxCount": 6,
|
||||
"showMore": false,
|
||||
"apps": [
|
||||
{
|
||||
"id": "system-user",
|
||||
"code": "system-user",
|
||||
"name": "用户管理",
|
||||
"icon": "lucide:users",
|
||||
"path": "/system/user"
|
||||
},
|
||||
{
|
||||
"id": "system-role",
|
||||
"code": "system-role",
|
||||
"name": "角色权限",
|
||||
"icon": "lucide:shield-check",
|
||||
"path": "/system/role"
|
||||
},
|
||||
{
|
||||
"id": "system-permission",
|
||||
"code": "system-permission",
|
||||
"name": "权限管理",
|
||||
"icon": "lucide:key-round",
|
||||
"path": "/system/new-permission"
|
||||
},
|
||||
{
|
||||
"id": "system-menu",
|
||||
"code": "system-menu",
|
||||
"name": "菜单管理",
|
||||
"icon": "lucide:menu",
|
||||
"path": "/system/menu"
|
||||
},
|
||||
{
|
||||
"id": "announcement",
|
||||
"code": "announcement",
|
||||
"name": "公告管理",
|
||||
"icon": "lucide:megaphone",
|
||||
"path": "/message/announcement"
|
||||
},
|
||||
{
|
||||
"id": "message-list",
|
||||
"code": "message-list",
|
||||
"name": "消息中心",
|
||||
"icon": "lucide:message-square-text",
|
||||
"path": "/message/list"
|
||||
}
|
||||
]
|
||||
},
|
||||
"style": {
|
||||
"backgroundColor": "",
|
||||
@@ -14049,7 +14131,7 @@
|
||||
"titleAlign": "left",
|
||||
"titleFontWeight": "normal"
|
||||
},
|
||||
"title": "我的应用"
|
||||
"title": "基础管理"
|
||||
},
|
||||
{
|
||||
"h": 6,
|
||||
|
||||
Reference in New Issue
Block a user