This commit is contained in:
2026-07-30 13:34:26 +08:00
parent a2cc28a6ab
commit f79c8ca643
43 changed files with 1690 additions and 1016 deletions

View File

@@ -101,7 +101,7 @@ class Logger:
self._reset_color()
# category 可选
if category is not None and category[0] != 0:
stdio.printf("[%s]", category)
stdio.printf(" [%s]", category)
stdio.printf(": %s\n", msg)
return 0