From b4c5e8f77449bdf13ea846ac49e0ea54d37df9de Mon Sep 17 00:00:00 2001 From: godo Date: Tue, 10 Sep 2024 18:08:47 +0800 Subject: [PATCH] change send files --- frontend/src/components/localchat/ChatContent.vue | 11 +++-------- frontend/src/stores/localchat.ts | 8 +++++--- godo/localchat/filedown.go | 2 +- godo/localchat/filemsg.go | 2 +- 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/localchat/ChatContent.vue b/frontend/src/components/localchat/ChatContent.vue index 1ee192e..2f44c8c 100644 --- a/frontend/src/components/localchat/ChatContent.vue +++ b/frontend/src/components/localchat/ChatContent.vue @@ -90,19 +90,14 @@ async function scroll({ scrollTop }: { scrollTop: number }) {
- -
+
查看文件