From 45e4415cecfa478538c8e0fd4af4c626cefb86d6 Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:47:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E8=BD=AC=E5=8F=91=E3=80=81=E4=B8=8A=E4=BC=A0=E5=92=8C=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=99=A8=E5=BC=95=E7=94=A8=E5=88=A0=E9=99=A4=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加ChatMsgTypeForward到可转发消息类型 - 修复请求拦截器中状态码判断逻辑 - 优化视频消息上传封面获取和预览显示 - 修复上传分片错误处理和进度更新 - 重构编辑器引用删除逻辑,提升代码可维护性 - 调整图片消息样式和上传蒙版显示 --- src/components/editor/CustomEditor.vue | 105 +++++++++--------- src/components/talk/message/ImageMessage.vue | 4 +- src/components/talk/message/VideoMessage.vue | 11 +- src/constant/message.ts | 1 + src/store/modules/uploads.ts | 8 +- src/utils/request.js | 3 +- .../message/inner/panel/PanelContent.vue | 1 + src/views/message/inner/panel/PanelFooter.vue | 11 +- 8 files changed, 77 insertions(+), 67 deletions(-) diff --git a/src/components/editor/CustomEditor.vue b/src/components/editor/CustomEditor.vue index 5cf1d0f..03619ff 100644 --- a/src/components/editor/CustomEditor.vue +++ b/src/components/editor/CustomEditor.vue @@ -1,5 +1,5 @@