diff --git a/web/src/components/AgentInputArea.vue b/web/src/components/AgentInputArea.vue
index 6c60c0bd..a7445535 100644
--- a/web/src/components/AgentInputArea.vue
+++ b/web/src/components/AgentInputArea.vue
@@ -94,7 +94,7 @@
@click.stop="$emit('toggle-panel')"
title="查看文件"
>
-
+
文件
@@ -108,7 +108,7 @@ import { computed, ref, watch } from 'vue'
import MessageInputComponent from '@/components/MessageInputComponent.vue'
import ImagePreviewComponent from '@/components/ImagePreviewComponent.vue'
import AttachmentOptionsComponent from '@/components/AttachmentOptionsComponent.vue'
-import { FolderCode, SquareCheck } from 'lucide-vue-next'
+import { FolderKanban, SquareCheck } from 'lucide-vue-next'
import {
CheckCircleOutlined,
ClockCircleOutlined,
diff --git a/web/src/components/AgentPanel.vue b/web/src/components/AgentPanel.vue
index a64d9b60..618f8e51 100644
--- a/web/src/components/AgentPanel.vue
+++ b/web/src/components/AgentPanel.vue
@@ -2,12 +2,15 @@