From de2bd2956f648d9f20510afae5c17a3cedaff280 Mon Sep 17 00:00:00 2001 From: bruce Date: Thu, 4 Jun 2026 04:28:36 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=B8=85=E7=90=86=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=97=A7=E5=B7=A5=E4=BD=9C=E5=8F=B0=E5=8F=99?= =?UTF-8?q?=E4=BA=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/platform_ui/command_center.html | 8 ++++---- templates/platform_ui/mcp_center.html | 2 +- templates/scenarios/index.html | 2 +- tests/test_scenarios.py | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/templates/platform_ui/command_center.html b/templates/platform_ui/command_center.html index 78584c7..0fde08f 100644 --- a/templates/platform_ui/command_center.html +++ b/templates/platform_ui/command_center.html @@ -1,12 +1,12 @@ {% extends "base.html" %} -{% block title %}工作台大屏{% endblock %} +{% block title %}审核指挥台概览{% endblock %} {% block content %}
diff --git a/templates/platform_ui/mcp_center.html b/templates/platform_ui/mcp_center.html index 862c75e..2d2c7f1 100644 --- a/templates/platform_ui/mcp_center.html +++ b/templates/platform_ui/mcp_center.html @@ -6,7 +6,7 @@
diff --git a/templates/scenarios/index.html b/templates/scenarios/index.html index fed1b55..9fbc6e3 100644 --- a/templates/scenarios/index.html +++ b/templates/scenarios/index.html @@ -44,7 +44,7 @@

审核智能体

-

进入会话工作台,查看节点式审核结果。

+

进入会话页,查看节点式审核结果。

处理历史

diff --git a/tests/test_scenarios.py b/tests/test_scenarios.py index 6729490..7219c1c 100644 --- a/tests/test_scenarios.py +++ b/tests/test_scenarios.py @@ -172,6 +172,7 @@ def test_home_page_uses_unified_four_entry_labels(client): assert "

资料包

" in content assert "

审核智能体

" in content assert "

处理历史

" in content + assert "会话工作台" not in content def test_base_layout_marks_current_topnav_entry_active(client, db):