diff --git a/resources/views/chat/frame.blade.php b/resources/views/chat/frame.blade.php index be32cef..231d78e 100644 --- a/resources/views/chat/frame.blade.php +++ b/resources/views/chat/frame.blade.php @@ -147,6 +147,8 @@ @include('chat.partials.horse-race-panel') {{-- ═══════════ 神秘占卜游戏面板 ═══════════ --}} @include('chat.partials.fortune-panel') + {{-- ═══════════ 双色球彩票面板 ═══════════ --}} + @include('chat.partials.lottery-panel') {{-- ═══════════ 娱乐游戏大厅弹窗 ═══════════ --}} @include('chat.partials.game-hall') diff --git a/resources/views/chat/partials/game-hall.blade.php b/resources/views/chat/partials/game-hall.blade.php index ff1b8d4..525cbed 100644 --- a/resources/views/chat/partials/game-hall.blade.php +++ b/resources/views/chat/partials/game-hall.blade.php @@ -22,6 +22,7 @@ 'horse_racing' => \App\Models\GameConfig::isEnabled('horse_racing'), 'fortune_telling' => \App\Models\GameConfig::isEnabled('fortune_telling'), 'fishing' => \App\Models\GameConfig::isEnabled('fishing'), + 'lottery' => \App\Models\GameConfig::isEnabled('lottery'), ]; @endphp