优化游戏实时对局页面样式

This commit is contained in:
2026-04-28 14:54:59 +08:00
parent d7375222ce
commit aefb8b16c8
8 changed files with 381 additions and 153 deletions

View File

@@ -31,6 +31,7 @@ export default {
bet_stream_title: 'Realtime bet stream',
bet_id: 'Bet ID',
user_id: 'Player ID',
username: 'Username',
pick_numbers: 'Pick numbers',
total_amount: 'Total bet amount',
streak_at_bet: 'Streak at bet',

View File

@@ -31,6 +31,7 @@ export default {
bet_stream_title: '实时下注记录',
bet_id: '注单ID',
user_id: '玩家ID',
username: '用户名',
pick_numbers: '下注号码',
total_amount: '下注总额',
streak_at_bet: '下注时连胜',