refactor: 重构中奖和推送大奖事件,中奖过度动画,和开奖动画

This commit is contained in:
JiaJun
2026-05-27 14:57:08 +08:00
parent 046f250ce3
commit 2b2b86a73d
48 changed files with 2471 additions and 422 deletions

View File

@@ -198,6 +198,7 @@ export default {
title: 'Auto spin running',
description:
'Auto mode will cover the board while preserving target cell focus and progress.',
runningRounds: 'Auto spin running, {{count}} rounds completed',
trailingLabel: 'Manual input locked',
},
footer: {
@@ -237,6 +238,15 @@ export default {
'Selections from the last successful round have been restored',
betRejected: 'Bet was not accepted',
betPlaceFailed: 'Failed to place the bet. Please try again.',
selectNumbersBeforeAutoHosting: 'Please select numbers first',
autoHostingStarted: 'Auto spin started',
autoHostingStopped: 'Auto spin stopped',
autoHostingStoppedBalance:
'Balance condition reached. Auto spin has stopped.',
autoHostingStoppedWin:
'Single-win condition reached. Auto spin has stopped.',
autoHostingStoppedJackpot: 'Jackpot reached. Auto spin has stopped.',
autoHostingSubmitFailed: 'Auto spin bet failed. Auto spin has stopped.',
},
},
auth: {

View File

@@ -197,6 +197,7 @@ export default {
title: 'Auto spin berjalan',
description:
'Mode auto akan menutupi board sambil mempertahankan fokus sel target dan progres.',
runningRounds: 'Auto spin berjalan, {{count}} ronde selesai',
trailingLabel: 'Input manual terkunci',
},
footer: {
@@ -236,6 +237,16 @@ export default {
'Pilihan dari ronde berhasil terakhir telah dipulihkan',
betRejected: 'Taruhan tidak diterima',
betPlaceFailed: 'Gagal mengirim taruhan. Silakan coba lagi.',
selectNumbersBeforeAutoHosting: 'Pilih angka terlebih dahulu',
autoHostingStarted: 'Auto spin dimulai',
autoHostingStopped: 'Auto spin berhenti',
autoHostingStoppedBalance:
'Kondisi saldo tercapai. Auto spin telah berhenti.',
autoHostingStoppedWin:
'Kondisi kemenangan tunggal tercapai. Auto spin telah berhenti.',
autoHostingStoppedJackpot: 'Jackpot tercapai. Auto spin telah berhenti.',
autoHostingSubmitFailed:
'Taruhan auto spin gagal. Auto spin telah berhenti.',
},
},
auth: {

View File

@@ -200,6 +200,7 @@ export default {
title: 'Putaran auto sedang berjalan',
description:
'Mod auto akan menutup papan sambil mengekalkan fokus sel sasaran dan kemajuan.',
runningRounds: 'Putaran auto berjalan, {{count}} pusingan selesai',
trailingLabel: 'Input manual dikunci',
},
footer: {
@@ -239,6 +240,17 @@ export default {
'Pilihan dari pusingan berjaya terakhir telah dipulihkan',
betRejected: 'Taruhan tidak diterima',
betPlaceFailed: 'Gagal menghantar taruhan. Sila cuba lagi.',
selectNumbersBeforeAutoHosting: 'Sila pilih nombor terlebih dahulu',
autoHostingStarted: 'Putaran auto bermula',
autoHostingStopped: 'Putaran auto dihentikan',
autoHostingStoppedBalance:
'Syarat baki dicapai. Putaran auto telah dihentikan.',
autoHostingStoppedWin:
'Syarat kemenangan tunggal dicapai. Putaran auto telah dihentikan.',
autoHostingStoppedJackpot:
'Jackpot dicapai. Putaran auto telah dihentikan.',
autoHostingSubmitFailed:
'Taruhan putaran auto gagal. Putaran auto telah dihentikan.',
},
},
auth: {

View File

@@ -152,7 +152,7 @@ export default {
message: '站内消息',
},
profile: {
name: '名',
name: '用户名',
tel: '电话',
registeredAt: '注册时间',
signature: '我的个性签名和灵魂一样独特,后续这里会接真实资料字段。',
@@ -192,6 +192,7 @@ export default {
eyebrow: '自动托管',
title: '自动托管运行中',
description: '托管态会覆盖主盘面,但目标格子和进度信息仍然保留可见。',
runningRounds: '游戏托管中,已经进行 {{count}} 局',
trailingLabel: '手动输入已锁定',
},
footer: {
@@ -229,6 +230,13 @@ export default {
repeatSelectionsRestored: '已恢复上一局成功下注的花字',
betRejected: '下注未受理',
betPlaceFailed: '下注失败,请稍后重试',
selectNumbersBeforeAutoHosting: '请先选择花字',
autoHostingStarted: '自动托管已开始',
autoHostingStopped: '自动托管已停止',
autoHostingStoppedBalance: '余额低于条件,自动托管已停止',
autoHostingStoppedWin: '单次盈利达到条件,自动托管已停止',
autoHostingStoppedJackpot: '出现 Jackpot 大奖,自动托管已停止',
autoHostingSubmitFailed: '自动托管下注失败,已停止托管',
},
},
auth: {