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):