From 9b7a360ea11b7bced02ee1df7f5e135e65a5633a Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:37:48 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20chat=E5=A2=9E=E5=8A=A0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=8D=20(#3603)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: “huailei000” <2280131253@qq.com> Co-authored-by: huailei <31801270+huailei000@users.noreply.github.com> --- .../ChatAi/components/ChitChat/ChatInput.vue | 56 +++++++++++++++---- .../components/ChitChat/ChatMessage.vue | 7 ++- .../components/ChitChat/MessageText.vue | 13 ++++- .../Apps/ChatAi/components/ChitChat/index.vue | 16 ++++-- .../Apps/ChatAi/components/Sidebar/index.vue | 17 ++++-- src/components/Apps/DrawerPanel/index.vue | 11 +++- src/i18n/langs/en.json | 2 + src/i18n/langs/ja.json | 2 + src/i18n/langs/zh.json | 2 + 9 files changed, 95 insertions(+), 31 deletions(-) diff --git a/src/components/Apps/ChatAi/components/ChitChat/ChatInput.vue b/src/components/Apps/ChatAi/components/ChitChat/ChatInput.vue index f80ad5c86..cb1376a47 100644 --- a/src/components/Apps/ChatAi/components/ChitChat/ChatInput.vue +++ b/src/components/Apps/ChatAi/components/ChitChat/ChatInput.vue @@ -1,18 +1,27 @@