perf: 更新程序交互界面

1. 更新英语翻译
2. 更新界面文本
3. 更新界面主题
This commit is contained in:
JoeanAmier
2024-12-28 13:57:34 +08:00
parent 8f820330dc
commit 13707c425a
15 changed files with 395 additions and 186 deletions

View File

@@ -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)