From d5238a9776bed09347ba48123a275064e428db05 Mon Sep 17 00:00:00 2001 From: mengshon1-boop <1362668392@qq.com> Date: Sat, 25 Apr 2026 20:37:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(web):=20=E6=94=B9=E8=BF=9B=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E8=BF=9B=E5=BA=A6=E6=98=BE=E7=A4=BA=E5=92=8C=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 重构上传进度UI,增加更详细的传输信息和动画效果 优化重试机制和错误处理逻辑,提升上传稳定性 添加文件大小格式化和ETA计算功能 --- copyparty/web/browser.html | 758 ++++++++++++++++++++----------------- tests/test_upload.py | 253 +++++++------ 2 files changed, 568 insertions(+), 443 deletions(-) diff --git a/copyparty/web/browser.html b/copyparty/web/browser.html index 47eec62b..8f3f83e0 100644 --- a/copyparty/web/browser.html +++ b/copyparty/web/browser.html @@ -39,13 +39,14 @@