1.优化开奖和推送
2.新增控制连续开奖赔率
This commit is contained in:
8
web/src/lang/backend/en/config/streakWinReward.ts
Normal file
8
web/src/lang/backend/en/config/streakWinReward.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
desc: 'Streak levels 1–10: 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',
|
||||
}
|
||||
Reference in New Issue
Block a user