更新logger.py文件,新增多个模块的颜色和别名映射,优化代码结构以支持API、插件系统、工具和依赖管理等扩展功能(这上了色是真的好看吧)

This commit is contained in:
minecraft1024a
2025-08-13 13:02:33 +08:00
parent 20b676e4e0
commit 340570b47f
2 changed files with 107 additions and 3 deletions

View File

@@ -694,7 +694,7 @@ class MaiZonePlugin(BasePlugin):
plugin_name: str = "MaiZonePlugin"
enable_plugin: bool = True
dependencies: List[str] = []
python_dependencies: List[str] = ["pytz"]
python_dependencies: List[str] = []
config_file_name: str = "config.toml"
# 配置节描述