diff --git a/apps/platform_ui/services.py b/apps/platform_ui/services.py index 9238926..5ba4038 100644 --- a/apps/platform_ui/services.py +++ b/apps/platform_ui/services.py @@ -33,8 +33,8 @@ def get_platform_demo_context(): quick_links = [ {"title": "知识库配置", "url_name": "platform_ui:knowledge-base", "desc": "维护法规规则树与切片策略"}, {"title": "文件中心", "url_name": "documents:list", "desc": "查看上传、解析、切片与异常状态"}, - {"title": "审核工作台", "url_name": "chat:index", "desc": "发起审核、抽取与一致性核查演示"}, - {"title": "工作台大屏", "url_name": "platform_ui:command-center", "desc": "面向演示的 Agent 流程解释大屏"}, + {"title": "审核智能体", "url_name": "chat:index", "desc": "发起审核、抽取与一致性核查演示"}, + {"title": "审核指挥台", "url_name": "platform_ui:command-center", "desc": "面向演示的 Agent 流程解释大屏"}, ] knowledge_sources = [ { diff --git a/templates/platform_ui/command_center_v2.html b/templates/platform_ui/command_center_v2.html index 799b447..b009a90 100644 --- a/templates/platform_ui/command_center_v2.html +++ b/templates/platform_ui/command_center_v2.html @@ -61,6 +61,22 @@ padding: 8px 0; } + .nav-group { + display: grid; + gap: 4px; + } + + .nav-group + .nav-group { + margin-top: 12px; + } + + .nav-group-label { + padding: 10px 14px 6px; + color: rgba(220, 236, 255, 0.72); + font-size: 0.76rem; + letter-spacing: 0.08em; + } + .side-link { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; @@ -897,16 +913,22 @@