From b050c36904ed5bb51c50d0f0251e2622c026b03d Mon Sep 17 00:00:00 2001 From: YGXB_net Date: Mon, 27 Apr 2026 23:50:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(App):=20=E6=B7=BB=E5=8A=A0=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E8=BF=9B=E5=BA=A6=E5=88=97=E8=A1=A8=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 引入 computed 属性用于对进度列表进行排序 - 按照上传状态优先级排序:已完成 > 未开始 > 上传中 - 将排序后的列表绑定到模板中的进度显示组件 - 优化用户体验,让完成和未开始的文件更易识别 --- frontend/src/App.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 241ec98..c713076 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,5 +1,5 @@