feat:为noraml_caht加入表达方式

This commit is contained in:
SengokuCola
2025-05-28 21:10:09 +08:00
parent 1960f979ee
commit 9bb2fe2d52
4 changed files with 95 additions and 22 deletions

View File

@@ -337,7 +337,8 @@ class NormalChat:
self.recent_replies = self.recent_replies[-self.max_replies_history :]
# 检查是否需要切换到focus模式
await self._check_switch_to_focus()
if global_config.chat.chat_mode == "auto":
await self._check_switch_to_focus()
info_catcher.done_catch()