style: format all Python files with Black

Apply Black formatter to the entire codebase for consistent code style.

Co-Authored-By: Claude (glm-5) <noreply@anthropic.com>
This commit is contained in:
Misaka
2026-02-26 22:44:03 +08:00
parent 1b16842a2c
commit 3b7c00377f
46 changed files with 1488 additions and 974 deletions

View File

@@ -18,9 +18,7 @@ class ProgressInfo:
用于在后台任务和 GUI 之间传递进度信息。
"""
stage: (
str # 阶段标识: 'login', 'query', 'download', 'logout', 'convert', 'database', 'complete'
)
stage: str # 阶段标识: 'login', 'query', 'download', 'logout', 'convert', 'database', 'complete'
current: int # 当前进度值
total: int # 总量
message: str # 显示给用户的消息