From dace2bb2dab94c18eaef2ece67892e8560f65c1c Mon Sep 17 00:00:00 2001 From: wangdongbo <> Date: Fri, 7 Aug 2026 18:15:14 +0800 Subject: [PATCH] =?UTF-8?q?ai=E5=92=A8=E8=AF=A2=E6=9C=8D=E5=8A=A1=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ai-consult/chat.vue | 20 ++++++++-------- .../components/special-message/evaluation.vue | 24 ++++++++++++------- .../components/special-message/index.vue | 7 +++++- 3 files changed, 32 insertions(+), 19 deletions(-) diff --git a/pages/ai-consult/chat.vue b/pages/ai-consult/chat.vue index ba7793f..d8d1181 100644 --- a/pages/ai-consult/chat.vue +++ b/pages/ai-consult/chat.vue @@ -4,9 +4,9 @@ {{ formatMessageTime(item.createTime) }} - {{ displayContent(item) }} - - + {{ displayContent(item) }} + + AI {{ session?.assistantName || 'AI咨询助理' }} @@ -25,8 +25,8 @@ -