feat(game): 更新游戏状态栏和彩金池组件

- 重构桌面版状态栏布局,优化响应式设计和组件结构
- 添加hud变体类型的彩金池ticker组件,支持新的视觉样式
- 为移动版状态栏调整网格布局和间距设置
- 在多个语言包中添加彩金池促销文案
- 设置默认彩金池金额并改进计时器逻辑
- 优化移动版入口文件中的组件排列方式
This commit is contained in:
JiaJun
2026-07-16 14:23:44 +08:00
parent 9ade40c29b
commit 20f31ff0a5
10 changed files with 298 additions and 202 deletions

View File

@@ -182,6 +182,8 @@ export default {
ariaLabel: 'Current jackpot pool {{amount}}',
iconAlt: 'Jackpot pool',
label: 'Jackpot',
promoLine1: 'Streak Win 10 Rounds',
promoLine2: 'And Hit The Super',
},
actions: {
unifiedBetHint: 'Unified bet',

View File

@@ -181,6 +181,8 @@ export default {
ariaLabel: 'Pool jackpot saat ini {{amount}}',
iconAlt: 'Pool jackpot',
label: 'Jackpot',
promoLine1: 'Menang 10 Ronde Beruntun',
promoLine2: 'Dan Raih Super Jackpot',
},
actions: {
unifiedBetHint: 'Bet seragam',

View File

@@ -184,6 +184,8 @@ export default {
ariaLabel: 'Dana jackpot semasa {{amount}}',
iconAlt: 'Dana jackpot',
label: 'Jackpot',
promoLine1: '10 Kemenangan Berturut',
promoLine2: 'Dan Raih Super Jackpot',
},
actions: {
unifiedBetHint: 'Taruhan seragam',

View File

@@ -179,6 +179,8 @@ export default {
ariaLabel: '彩金池当前金额 {{amount}}',
iconAlt: '彩金池',
label: '彩金池',
promoLine1: '连胜 10 局',
promoLine2: '并触发超级大奖',
},
actions: {
unifiedBetHint: '统一下注额',