From 31fefeb046b4a32795c299ab038d1464512a6532 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Wed, 12 Nov 2025 20:10:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=87=E6=A1=88=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/chat/ChatInputArea/index.vue | 4 - .../components/chat/ChatMainList/index.vue | 7 ++ src/pages/login/index.vue | 78 +++++++++++++++---- 3 files changed, 69 insertions(+), 20 deletions(-) diff --git a/src/pages/index/components/chat/ChatInputArea/index.vue b/src/pages/index/components/chat/ChatInputArea/index.vue index 30cc65c..7657fde 100644 --- a/src/pages/index/components/chat/ChatInputArea/index.vue +++ b/src/pages/index/components/chat/ChatInputArea/index.vue @@ -65,10 +65,6 @@ - - - 内容由AI大模型生成,请仔细鉴别 - diff --git a/src/pages/index/components/chat/ChatMainList/index.vue b/src/pages/index/components/chat/ChatMainList/index.vue index a428a25..e3f997d 100644 --- a/src/pages/index/components/chat/ChatMainList/index.vue +++ b/src/pages/index/components/chat/ChatMainList/index.vue @@ -74,6 +74,13 @@ v-if="item.question" :question="item.question" /> + + + 内容由AI大模型生成,请仔细鉴别 + diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index bc5aea9..fadfb1d 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -18,11 +18,23 @@ class="bg-white border-box p-12 rounded-10 flex flex-items-center mb-16" > - + - + @@ -66,17 +78,25 @@