From 5232b1482f3f123ed7bef935f949df0275967cc3 Mon Sep 17 00:00:00 2001 From: MT-Fire <798521692@qq.com> Date: Wed, 11 Mar 2026 16:21:28 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E6=9C=AA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E5=AF=BC=E5=85=A5=E5=92=8C=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ChatHeader.vue: 移除未使用的 Download 图标 - MessageList.vue: 移除未使用的 boxRef 变量 - ChatInput.vue: 移除未使用的 AttachmentPreview 组件导入 - MessageBubble.vue: 移除未使用的 Download 图标 - ConversationSettingsModal.vue: 移除未使用的 chatApi 导入 - SettingsModal.vue: 移除未使用的 chatApi 导入 - ChatSidebar.vue: 移除未使用的图标导入和注释代码对应的函数 Co-Authored-By: Claude Opus 4.6 --- src/components/chat/ChatHeader.vue | 1 - src/components/chat/MessageList.vue | 5 ++--- src/components/input/ChatInput.vue | 1 - src/components/message/MessageBubble.vue | 1 - .../modals/ConversationSettingsModal.vue | 1 - src/components/modals/SettingsModal.vue | 1 - src/components/sidebar/ChatSidebar.vue | 22 ------------------- 7 files changed, 2 insertions(+), 30 deletions(-) diff --git a/src/components/chat/ChatHeader.vue b/src/components/chat/ChatHeader.vue index 91e6dad..ce9320d 100644 --- a/src/components/chat/ChatHeader.vue +++ b/src/components/chat/ChatHeader.vue @@ -90,7 +90,6 @@ import { ref } from "vue"; import { Menu, Trash2, - Download, ChevronLeft, ExternalLink, Pin, diff --git a/src/components/chat/MessageList.vue b/src/components/chat/MessageList.vue index bf6bd71..040534f 100644 --- a/src/components/chat/MessageList.vue +++ b/src/components/chat/MessageList.vue @@ -1,5 +1,5 @@