From df70c09fe2e3e74465fd5b03c8f9385a52baa29a Mon Sep 17 00:00:00 2001 From: Developer Date: Wed, 18 Mar 2026 16:08:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E4=BC=98=E5=8C=96=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=AE=A1=E7=90=86=E4=B8=8A=E4=BC=A0=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E5=92=8C=20UI=20=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 上传后立即显示文件列表,无需等待 - 添加轮询机制自动更新处理状态 - 移除固定高度限制,表格高度自适应 - 优化动画只在首次加载时播放,避免刷新闪烁 - 上传中状态隐藏空状态显示 Co-Authored-By: Claude Opus 4.6 --- frontend/src/views/project/FileManage.vue | 1566 ++++++++++++++++----- 1 file changed, 1238 insertions(+), 328 deletions(-) diff --git a/frontend/src/views/project/FileManage.vue b/frontend/src/views/project/FileManage.vue index fc944bc..1e7bb67 100644 --- a/frontend/src/views/project/FileManage.vue +++ b/frontend/src/views/project/FileManage.vue @@ -1,142 +1,202 @@