Pair Desk

普通對子 牌靴紀錄

輸入順序:閒1、閒2、莊1、莊2、閒3、莊3;普通對子只看閒1/閒2與莊1/莊2是否同 rank。
{{ message.text }}
Setup

牌靴設定與備註

{{ totals.drawnTotal }} / {{ totals.initialTotal }}
展開設定
收合設定
資料會自動保存在此瀏覽器;賠率固定以「淨贏 11,另退本金」計算。
已出牌數
{{ totals.drawnTotal }}
總剩餘張數
{{ totals.remainingTotal }}
滲透率
{{ percent(totals.penetration) }}
Input desk

{{ editingHandId ? '編輯歷史局' : '輸入本局牌' }}

局號 {{ editingHandNumber }}
PLAYER
BANKER
目前輸入位置
{{ positionLabel(activePosition) }}
{{ draft.cards[activePosition] || '未填' }}
Rank picker
可按數字鍵輸入;1=A,0=10,/=J,*=Q,]=K,主鍵盤 -=J,小鍵盤 -=K。
Adjustments

燒牌 / 錯牌 / 補錄牌

展開 收合
Ledger

歷史牌局紀錄

{{ hands.length }} 局
局號 {{ position }} 結果 備註 操作
尚未完成任何牌局
在左側輸入 P1、B1、P2、B2 後按「完成一局」,紀錄會出現在這裡。
{{ index + 1 }} {{ hand.cards[position] || '-' }} {{ handOutcome(hand) }} {{ hand.note || '-' }}
Adjust log

額外扣牌紀錄

類型 點數 張數 備註 操作
沒有額外扣牌
燒牌、錯牌或補錄牌會從剩餘牌直接扣除。
{{ adjustmentTypeLabel(adjustment.type) }} {{ adjustment.rank }} {{ adjustment.quantity }} {{ adjustment.note || '-' }}

匯出 JSON

匯入 JSON

Composition

剩餘牌資料

初始牌數
{{ totals.initialTotal }}
已出牌數
{{ totals.drawnTotal }}
剩餘牌數
{{ totals.remainingTotal }}
點數 初始 已出 剩餘 比例
{{ row.rank }} {{ row.initial }} {{ row.used }} {{ row.remaining }}
{{ percent(row.ratio) }}
剩餘點數最多
{{ item.rank }}:{{ item.count }} 張,{{ percent(item.ratio) }}