feat:拆分HFC组件,为插件做准备

This commit is contained in:
SengokuCola
2025-05-14 14:24:52 +08:00
parent 7ec356c00f
commit e603a00a5f
23 changed files with 1115 additions and 1228 deletions

View File

@@ -123,7 +123,7 @@ class HeartFCSender:
sent_msg = await send_message(message)
await self.storage.store_message(message, message.chat_stream)
if sent_msg:
return sent_msg
else: