补充游戏开奖通知编号文案

This commit is contained in:
pllx
2026-04-29 15:45:07 +08:00
parent 4fe4155ec0
commit 2bebc78e82
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ class OpenHorseRaceJob implements ShouldQueue
.'onclick="event.preventDefault(); Alpine.$data(document.getElementById(\'horse-race-panel\')).openFromHall();" '
.'style="margin-left:8px; padding:2px 8px; border:1px solid #d97706; border-radius:999px; background:#fff7ed; color:#b45309; font-size:12px; font-weight:bold; cursor:pointer;">'
.'快速参与赌马</button>';
$content = "🐎 开赛:{$horseList}{$betSeconds} 秒下注,".number_format($minBet).'~'.number_format($maxBet).' 金币。'.$quickOpenButton;
$content = "🐎 第 #{$race->id}开赛:{$horseList}{$betSeconds} 秒下注,".number_format($minBet).'~'.number_format($maxBet).' 金币。'.$quickOpenButton;
$msg = [
'id' => $chatState->nextMessageId($this->roomId),