From 10fc946ecad177b9ff4f269b390e6f29985b033b Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Thu, 28 Aug 2025 12:03:52 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=B8=BBagent=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E4=BA=A4=E4=BA=92=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 9 +- src/api/all/chat.ts | 4 +- .../chat-view/components/right-view/index.vue | 116 +++++++++--------- .../components/sender-input/index.vue | 1 + src/components/xt-chat/chat-view/constants.ts | 2 +- src/components/xt-chat/chat-view/index.vue | 53 +++++--- .../xt-chat/chat-view/useChatHandler.tsx | 103 ++++++++++------ src/components/xt-chat/xt-bubble/style.scss | 1 + src/stores/modules/chat/index.ts | 11 +- src/types/message.ts | 1 + src/utils/querySSE.ts | 2 +- src/utils/user.ts | 19 ++- src/views/home/index.vue | 4 +- 13 files changed, 190 insertions(+), 136 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4bbd8d6..2e627f8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,8 +7,9 @@