优化实时游戏对局页面

This commit is contained in:
2026-04-20 10:49:36 +08:00
parent cf9373e5c2
commit b019fc2a62
3 changed files with 281 additions and 36 deletions

View File

@@ -9,6 +9,8 @@ export default {
payout_countdown: 'Payout left',
payout_na: '—',
payout_phase: 'Payout in progress',
action_panel: 'Actions',
manual_draw_number: 'Scheduled draw',
btn_calc: 'Calculate PnL',
btn_draw: 'Schedule draw',
calc_result_number: 'Calculated number',

View File

@@ -9,7 +9,9 @@ export default {
payout_countdown: '派彩剩余',
payout_na: '—',
payout_phase: '派彩中,请稍候',
btn_calc: '计算法盈亏',
action_panel: '操作区',
manual_draw_number: '预约开奖',
btn_calc: '计算盈亏',
btn_draw: '预约开奖',
calc_result_number: '计算开奖号码',
calc_estimated_loss: '计算预估赔付',