From a15511ee6bcb7a51e0249f06ea2d45440fcd0078 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 15 Nov 2025 21:34:19 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90antd=E3=80=91=E3=80=90ai?= =?UTF-8?q?=E3=80=91chat=20=E7=9A=84=E6=A0=B7=E5=BC=8F=20review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/ai/chat/index/index.vue | 3 +++ .../index/modules/conversation/update-form.vue | 2 +- .../views/ai/chat/index/modules/message/list.vue | 16 +++++++++------- 3 files changed, 13 insertions(+), 8 deletions(-) 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 0bbb95be0..59d67c3c5 100644 --- a/apps/web-antd/src/views/ai/chat/index/index.vue +++ b/apps/web-antd/src/views/ai/chat/index/index.vue @@ -564,6 +564,7 @@ onMounted(async () => { +
{{ activeConversation?.title ? activeConversation?.title : '对话' }} @@ -571,6 +572,7 @@ onMounted(async () => {
+
+