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: '110 档连胜:派彩 = 压注总额 × 赔率系数odds_factor。勾选「大奖」的档位在中奖时会对玩家私有频道、public-game-period 与 public-operation-notice 推送 jackpot.hit。',
btn_save: '保存',
streak: '连胜档(局)',
odds_factor: '赔率系数',
is_jackpot: '是否大奖',
err_factor: '第 {no} 行赔率系数须 ≥1',
}