From 74b2abf1dedb2914a0aa8f9cc809bab789cb2dbc Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 3 Jun 2025 18:04:06 +0800 Subject: [PATCH] update --- docker-compose.yml | 2 +- src/App.vue | 1 - src/views/ChatAgentView.vue | 24 ++++++++++++++++++------ 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3219966..04256be 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: build: context: . dockerfile: Dockerfile - image: tradus-web:1.3.36 + image: tradus-web:1.3.35 container_name: tradus-web ports: - '6000:80' diff --git a/src/App.vue b/src/App.vue index 8864594..a695347 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1124,7 +1124,6 @@ body { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; - text-fill-color: transparent; font-family: 'SF Pro Display', -apple-system, diff --git a/src/views/ChatAgentView.vue b/src/views/ChatAgentView.vue index fc1c340..f687804 100644 --- a/src/views/ChatAgentView.vue +++ b/src/views/ChatAgentView.vue @@ -75,11 +75,7 @@ const fetchConversations = async () => { if (response.ok) { conversations.value = await response.json() - // 如果有历史会话且当前没有选中任何会话,默认选择第一个会话 - if (conversations.value.length > 0 && !selectedConversationId.value) { - selectedConversationId.value = conversations.value[0].id - await fetchConversationMessages(conversations.value[0].id) - } + // 默认始终使用新对话,不自动加载历史会话 } } catch (error) { console.error('获取对话列表失败:', error) @@ -706,6 +702,22 @@ const stopStreaming = async () => { 🏦 分析中国平安股票 + + @@ -782,7 +794,7 @@ const stopStreaming = async () => {