更新remote项,使其真正有作用,更新config到0.0.10

This commit is contained in:
SengokuCola
2025-03-17 11:53:57 +08:00
parent c86614bd29
commit 665ef54cdd
4 changed files with 22 additions and 13 deletions

View File

@@ -214,7 +214,7 @@ class MessageManager:
try:
if (
msg.is_head
and msg.update_thinking_time() > 30
and msg.update_thinking_time() > 10
and not message_earliest.is_private_message() # 避免在私聊时插入reply
):
msg.set_reply()