update branch

This commit is contained in:
qwen.ai[bot]
2026-04-25 12:28:01 +00:00
parent 138a8ffb7a
commit 3ffc10be92
19 changed files with 147 additions and 60 deletions

View File

@@ -64,7 +64,7 @@ class Config:
if key in self.DEFAULTS:
self._config[key] = value
except Exception as e:
print(f"[Config] 加载配置文件失败:{e}")
print(f"[Config] 加载配置文件失败:{type(e).__name__}: {e}")
def _load_from_env(self):
"""从环境变量加载"""