From e25f861c9cf9b88c22980cec030ab8db798c3aa8 Mon Sep 17 00:00:00 2001 From: mengshon1-boop <1362668392@qq.com> Date: Sat, 25 Apr 2026 20:09:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=8A=E4=BC=A0):=20=E5=A2=9E=E5=BC=BA?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=8A=9F=E8=83=BD=E5=92=8C?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit test: 添加多个上传测试用例包括大小限制和错误处理 refactor(前端): 重构上传界面代码,增加上传进度统计和错误重试机制 --- copyparty/web/browser.html | 478 +++++++++++++++++++++++++++++-------- tests/test_upload.py | 187 +++++++++++++++ 2 files changed, 559 insertions(+), 106 deletions(-) diff --git a/copyparty/web/browser.html b/copyparty/web/browser.html index 4ea93e75..47eec62b 100644 --- a/copyparty/web/browser.html +++ b/copyparty/web/browser.html @@ -43,7 +43,9 @@
-
+
+ | | +

switch to basic browser
@@ -175,23 +177,46 @@