PokerChip Pro

Real-time Management System

活跃房间: {{ activeRoomsCount }} / 2

房间配置

输入房间码

请输入 4 位数字代码

设置你的角色

# {{ roomCode }} {{ countdownText }}
初始: {{ room.config.initial }}
上限: {{ room.config.max }}
{{ player.currentScore - player.totalBuyin >= 0 ? '+' : '' }}{{ player.currentScore - player.totalBuyin }}
{{ player.name }}
{{ player.currentScore }}
POKER

实时排行榜

{{ p.name }}
入:{{ p.totalBuyin }} {{ p.currentScore - p.totalBuyin > 0 ? '+' : '' }}{{ p.currentScore - p.totalBuyin }}

对局日志

{{ log }}

更新当前筹码

SETTLEMENT

房间: {{ roomCode }} · 对局已结束

{{ s.name }}
{{ s.profit > 0 ? '+' : '' }}{{ s.profit }}
入:{{ s.buyin }} / 终:{{ s.final }}
{{ toast }}