feat: 优化程序交互提示

This commit is contained in:
JoeanAmier
2024-12-29 11:00:04 +08:00
parent 1d2731b93a
commit 63c8a9e325
7 changed files with 36 additions and 29 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, animate=True, )
log.write(string, animate=True, scroll_end=True, )
else:
print(string)