From 229403829c5e6369e655ab4cfccb8cdb2ef2f98d Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Wed, 13 Aug 2025 19:40:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9F=B3=E9=A2=91=E5=B7=AE=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/chat.js | 6 +- src/views/AIchat.vue | 1044 ++++++++++++++++---------------- src/views/Announcement.vue | 12 +- src/views/Selectmodel.vue | 2 + src/views/components/HistoryRecord.vue | 104 +++- src/views/homePage.vue | 35 +- 6 files changed, 623 insertions(+), 580 deletions(-) diff --git a/src/store/chat.js b/src/store/chat.js index e4fe20a..757df8d 100644 --- a/src/store/chat.js +++ b/src/store/chat.js @@ -7,8 +7,10 @@ export const useChatStore = defineStore("chat", { UserCount: 0, chartData: [], kLineData: [], - dbqbClickRecord:{}, - + dbqbClickRecord: {}, + searchRecord: false, + currentUserIndex: null, + announcementMsg: null, }), actions: { async getUserCount() { diff --git a/src/views/AIchat.vue b/src/views/AIchat.vue index 3ed6e7b..48814cf 100644 --- a/src/views/AIchat.vue +++ b/src/views/AIchat.vue @@ -1,6 +1,6 @@