五子棋:通知改用「系统传音」去掉「大声宣告说:」前缀,与赛马/百家乐风格一致

This commit is contained in:
2026-03-12 16:55:55 +08:00
parent a225609cea
commit 4a759802dc

View File

@@ -497,7 +497,7 @@ class GomokuController extends Controller
$messageData = [
'id' => $chatState->nextMessageId($roomId),
'room_id' => $roomId,
'from_user' => '系统广播',
'from_user' => '系统传音',
'to_user' => '大家',
'content' => $content,
'is_secret' => false,