🔧修复 Richuru 和 Logger 设定逻辑顺序颠倒的问题

This commit is contained in:
2025-08-04 09:29:00 +08:00
parent 04c62d4861
commit ae3693b3ea
3 changed files with 2 additions and 1 deletions

View File

@@ -14,10 +14,11 @@ from config import config_manager
from config.logger import setup_logger, get_logger
# 初始化日志系统
install()
setup_logger()
logger = get_logger()
install()
@asynccontextmanager

View File

View File