From 8cbb1987fc4936290e48cc1bbd26c4e12c52d425 Mon Sep 17 00:00:00 2001 From: keven1024 <99848979+keven1024@users.noreply.github.com> Date: Sun, 11 May 2025 11:06:56 +0800 Subject: [PATCH] refactor(front): enhance FileIcon and FilePreviewView components to support filePreview type for improved flexibility --- front/components/FileIcon.vue | 10 ++++++++-- front/components/FilePreviewView.vue | 3 ++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/front/components/FileIcon.vue b/front/components/FileIcon.vue index e767552..b085150 100644 --- a/front/components/FileIcon.vue +++ b/front/components/FileIcon.vue @@ -1,10 +1,16 @@