mirror of
https://github.com/Nezumi-2711/astrbot_plugin_qq_group_daily_analysis.git
synced 2026-09-22 13:38:43 +00:00
Refactor: Cleanup commented out code in analysis_orchestrator.py
This commit is contained in:
@@ -156,11 +156,11 @@ class AnalysisOrchestrator:
|
||||
原始消息字典列表(通用格式,由适配器决定具体格式)
|
||||
"""
|
||||
# unified_messages = await self.fetch_messages(group_id, days, max_count)
|
||||
#
|
||||
#
|
||||
# # 如果适配器实现了 convert_to_raw_format,则使用它
|
||||
# if hasattr(self.adapter, "convert_to_raw_format"):
|
||||
# return self.adapter.convert_to_raw_format(unified_messages)
|
||||
#
|
||||
#
|
||||
# # 默认回退逻辑:手动转换
|
||||
# # 这可能不完美,但能保证基本的向后兼容性
|
||||
# return [
|
||||
|
||||
Reference in New Issue
Block a user