精简座驾文字播报身份信息

This commit is contained in:
pllx
2026-04-30 11:14:53 +08:00
parent 522eea72f6
commit 575e92e03f
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ class RideService
'ride_icon' => (string) ($item->icon ?? '🚘'),
'effect_title' => "{$user->username} 乘坐【{$item->name}】闪亮登场",
'effect_user_info' => $effectUserInfo,
'identity_text' => ChatContentSanitizer::htmlText($effectUserInfo),
'identity_text' => ChatContentSanitizer::htmlText($identitySummary['inline']),
'welcome_text' => ChatContentSanitizer::htmlText($rendered),
];
}