修复了表情包无法偷的bug
This commit is contained in:
SengokuCola
2025-02-28 23:37:01 +08:00
parent 08024b9e2f
commit c3e555fd70
5 changed files with 71 additions and 16 deletions

View File

@@ -183,7 +183,7 @@ class MessageSendControl:
if isinstance(message, Message_Thinking):
message.update_thinking_time()
thinking_time = message.thinking_time
if thinking_time < 60: # 最少思考2秒
if thinking_time < 90: # 最少思考2秒
if int(thinking_time) % 10 == 0:
print(f"\033[1;34m[调试]\033[0m 消息正在思考中,已思考{thinking_time:.1f}")
return