mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
perf: 更新程序交互界面
1. 更新英语翻译 2. 更新界面文本 3. 更新界面主题
This commit is contained in:
@@ -22,7 +22,7 @@ def retry(function):
|
||||
def logging(log, text, style=INFO):
|
||||
string = Text(text, style=style)
|
||||
if log:
|
||||
log.write(string)
|
||||
log.write(string, animate=True, )
|
||||
else:
|
||||
print(string)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user