From 2271555a1121206ec689e7f95051138b8e4e7091 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Mon, 29 Dec 2025 19:52:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E7=BB=9F=E4=B8=80=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E6=98=BE=E7=A4=BA=E5=B9=B6=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=AF=AD=E8=A8=80=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将工具名称从英文改为中文显示,并移除查询文本的引号 调整语言选项顺序并将默认语言设置为中文 将Milvus显示名称改为CommonRAG --- .../ToolCallingResult/tools/KnowledgeBaseTool.vue | 10 +++++++--- .../ToolCallingResult/tools/KnowledgeGraphTool.vue | 2 +- .../ToolCallingResult/tools/WebSearchTool.vue | 4 ++-- web/src/views/DataBaseView.vue | 6 +++--- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/web/src/components/ToolCallingResult/tools/KnowledgeBaseTool.vue b/web/src/components/ToolCallingResult/tools/KnowledgeBaseTool.vue index f0c97b42..bd07cdf0 100644 --- a/web/src/components/ToolCallingResult/tools/KnowledgeBaseTool.vue +++ b/web/src/components/ToolCallingResult/tools/KnowledgeBaseTool.vue @@ -4,7 +4,7 @@
{{ operationLabel }} | - "{{ queryText }}" + {{ queryText }}