fix:betterlog

This commit is contained in:
SengokuCola
2025-06-12 23:43:59 +08:00
parent c4faf9725d
commit 09e7c41983
2 changed files with 8 additions and 7 deletions

View File

@@ -150,7 +150,8 @@ MODULE_COLORS = {
"plugins": "\033[31m", # 红色
"plugin_api": "\033[33m", # 黄色
"remote": "\033[38;5;93m", # 紫蓝色
"planner": "\033[31m]",
"planner": "\033[31m",
"memory": "\033[34m",
}
RESET_COLOR = "\033[0m"