1.优化开奖和推送

2.新增控制连续开奖赔率
This commit is contained in:
2026-04-20 10:02:27 +08:00
parent c184fa8a46
commit 24aab111b5
18 changed files with 749 additions and 37 deletions

View File

@@ -0,0 +1,8 @@
export default {
desc: 'Streak levels 110: payout = bet total × odds_factor. Jackpot rows trigger jackpot.hit on the user private channel, public-game-period, and public-operation-notice when won.',
btn_save: 'Save',
streak: 'Streak (rounds)',
odds_factor: 'Odds factor',
is_jackpot: 'Jackpot',
err_factor: 'Row {no}: odds factor must be ≥ 1',
}