优化ai小班长聊天
This commit is contained in:
@@ -3397,7 +3397,7 @@
|
||||
|
||||
// 如果发言对象是 AI 小助手,也发送一份给专用机器人 API,不打断正常的发消息流程
|
||||
if (toUser === 'AI小班长' && content) {
|
||||
sendToChatBot(content); // 异步调用,不阻塞全局发送
|
||||
sendToChatBot(content, composerState.isSecret); // 异步调用,私聊状态一并传递
|
||||
}
|
||||
|
||||
// ── 神秘箱子暗号拦截 ────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user