From ea4cecc354147ee90e4e23456cfc56ade4a8134b Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Tue, 31 Mar 2026 12:11:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E4=BF=AE=E5=A4=8D=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E9=94=99=E8=AF=AF=E5=AF=BC=E8=87=B4=E7=9A=84=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/AgentArtifactsCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/AgentArtifactsCard.vue b/web/src/components/AgentArtifactsCard.vue index 97b46735..a735e867 100644 --- a/web/src/components/AgentArtifactsCard.vue +++ b/web/src/components/AgentArtifactsCard.vue @@ -70,6 +70,7 @@ import { computed, onUnmounted, ref, watch } from 'vue' import { ChevronDown, Download, Eye, FolderOutput } from 'lucide-vue-next' import AgentFilePreview from '@/components/AgentFilePreview.vue' +import { getFileIcon, getFileIconColor } from '@/utils/file_utils' import { getPreviewTypeByPath } from '@/utils/file_preview' import { downloadViewerFile, getViewerFileContent } from '@/apis/viewer_filesystem'