feat: 使用 Adapter 进行规范抽象,优先使用 Adapter 接口,方便后期扩展

This commit is contained in:
SXP-Simon
2026-02-08 23:18:08 +08:00
parent bf09eab53d
commit b8ea7adf5a
5 changed files with 210 additions and 61 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ class QQGroupDailyAnalysis(Star):
f" - 平台 {platform_id}: {type(bot_instance).__name__}"
)
# 预先创建编排器
self._get_orchestrator(platform_id, bot_instance)
self._get_orchestrator(platform_id, bot_instance=bot_instance)
# 启动调度器
self.auto_scheduler.schedule_jobs(self.context)