Feature: 调整AI聊天机器人的形象为“AI小班长”并更新了军人卡通风格头像

This commit is contained in:
2026-02-27 10:54:41 +08:00
parent b1b96c56d7
commit 74217896d1
5 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ class ChatBotController extends Controller
'id' => $this->chatState->nextMessageId($roomId),
'room_id' => $roomId,
'from_user' => $user->username,
'to_user' => 'AI小助手',
'to_user' => 'AI小班长',
'content' => $message,
'is_secret' => false,
'font_color' => '#000000',
@@ -85,7 +85,7 @@ class ChatBotController extends Controller
$botMsg = [
'id' => $this->chatState->nextMessageId($roomId),
'room_id' => $roomId,
'from_user' => 'AI小助手',
'from_user' => 'AI小班长',
'to_user' => $user->username,
'content' => $result['reply'],
'is_secret' => false,