fix:特殊处理noreply和reply

Update heartFC_chat.py
This commit is contained in:
SengokuCola
2025-07-16 11:43:21 +08:00
parent 15e9477930
commit bafeb3f25c
3 changed files with 5 additions and 5 deletions

View File

@@ -115,7 +115,7 @@ class HeartFChatting:
logger.info(f"{self.log_prefix} HeartFChatting 初始化完成")
self.energy_value = 0
self.energy_value = 1
async def start(self):
"""检查是否需要启动主循环,如果未激活则启动。"""