fix: 赚钱广播改为系统播报风格,白名单同步更新

This commit is contained in:
2026-04-02 18:41:01 +08:00
parent 97e32572cf
commit fb1e4402dc
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -104,11 +104,11 @@ class EarnController extends Controller
$sysMsg = [
'id' => $this->chatState->nextMessageId($roomId),
'room_id' => $roomId,
'from_user' => '金币任务',
'from_user' => '系统播报',
'to_user' => '大家',
'content' => "👍 【{$user->username}】刚刚看视频赚取了 {$rewardCoins} 金币 + {$rewardExp} 经验!{$promoTag}",
'is_secret' => false,
'font_color' => '#d97706',
'font_color' => '#16a34a',
'action' => '',
'sent_at' => now()->toDateTimeString(),
];