精简座驾动画标题名称

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