🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-04-18 03:37:20 +00:00
parent c0dcd578c9
commit dfe788c65c
12 changed files with 610 additions and 487 deletions

View File

@@ -112,7 +112,7 @@ class MainSystem:
logger.success("心流系统启动成功")
# 启动 InterestManager 的后台任务
interest_manager = InterestManager() # 获取单例
interest_manager = InterestManager() # 获取单例
await interest_manager.start_background_tasks()
logger.success("InterestManager 后台任务启动成功")