feat: add jackpot animations and enhance currency handling across components
- Introduced new CSS animations for jackpot effects to improve visual engagement. - Integrated CurrencySwitcher into PlayerPanel and HallScreen for better currency management. - Updated various components to utilize active player currency for consistent display. - Enhanced event handling for currency changes to ensure real-time updates across the application.
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
"pending": "待处理",
|
||||
"failed": "失败"
|
||||
},
|
||||
"currency": {
|
||||
"current": "当前币种 {{code}}",
|
||||
"switchAria": "切换币种(当前 {{code}})",
|
||||
"option": "{{code}} · {{name}}"
|
||||
},
|
||||
"navigation": {
|
||||
"notifications": "通知"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user