This commit is contained in:
jxxghp
2025-08-24 16:55:37 +08:00
parent 8fac8c5307
commit 069ea22ba2
3 changed files with 32 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ def transfer_process(path: str) -> Callable[[int | float], None]:
"""
传输进度回调
"""
pbar = tqdm(total=100, desc="整理进度")
pbar = tqdm(total=100, desc="整理进度", unit="%")
progress = ProgressHelper(path)
progress.start()