fix:正确调用模式动作

This commit is contained in:
SengokuCola
2025-06-12 23:20:30 +08:00
parent ade2359120
commit 433560fe6d
3 changed files with 4 additions and 1 deletions

View File

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