From c8e574b6c2cb684c2b439533304e4341590a0d6b Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Thu, 6 Nov 2025 11:28:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../index/components/conversation/ConversationList.vue | 10 ++++------ apps/web-antd/src/views/ai/chat/index/index.vue | 8 +++----- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/apps/web-antd/src/views/ai/chat/index/components/conversation/ConversationList.vue b/apps/web-antd/src/views/ai/chat/index/components/conversation/ConversationList.vue index 7339c9e5b..91a8281de 100644 --- a/apps/web-antd/src/views/ai/chat/index/components/conversation/ConversationList.vue +++ b/apps/web-antd/src/views/ai/chat/index/components/conversation/ConversationList.vue @@ -343,9 +343,9 @@ onMounted(async () => { v-if="conversationMap[conversationKey].length > 0" class="classify-title pt-2" > - +

{{ conversationKey }} - +

{ class="mt-1" >
diff --git a/apps/web-antd/src/views/ai/chat/index/index.vue b/apps/web-antd/src/views/ai/chat/index/index.vue index 38226f5d1..9e6cc2559 100644 --- a/apps/web-antd/src/views/ai/chat/index/index.vue +++ b/apps/web-antd/src/views/ai/chat/index/index.vue @@ -514,7 +514,7 @@ onMounted(async () => {
{{ activeConversation?.title ? activeConversation?.title : '对话' }} @@ -574,11 +574,9 @@ onMounted(async () => { -
+