feat(game): 优化加载动画并添加无奖励结算显示
- 替换粒子动画为预加载背景图片,提升加载性能 - 添加桌面端无奖励结算界面显示玩家选择和开奖结果 - 实现消息广播组件的动画效果和状态管理 - 添加代码审查报告文档 - 更新GitNexus索引统计信息 - 调整加载界面布局和样式优化
This commit is contained in:
@@ -166,6 +166,15 @@ export default {
|
||||
title: '{{roundId}}期',
|
||||
action: '开始下注',
|
||||
},
|
||||
jackpotBroadcast: {
|
||||
ariaLabel: 'Jackpot 播报',
|
||||
ariaMessage: '{{nickname}} 连胜 {{streak}} 次,赢得 {{amount}}',
|
||||
iconAlt: '播报',
|
||||
prefix: 'Jackpot 喜讯',
|
||||
separator: '达成',
|
||||
streak: '{{count}} 连胜',
|
||||
winAction: '赢得',
|
||||
},
|
||||
actions: {
|
||||
unifiedBetHint: '统一下注额',
|
||||
totalBet: '总下注',
|
||||
@@ -518,6 +527,9 @@ export default {
|
||||
tapToEnter: '点击进入',
|
||||
getStart: '开始游戏',
|
||||
noBet: '未下注',
|
||||
noReward: '本期未中奖',
|
||||
selectedResult: '已下注字花',
|
||||
winningResult: '中奖字花',
|
||||
},
|
||||
history: {
|
||||
title: '历史记录',
|
||||
|
||||
Reference in New Issue
Block a user