feat: enhance player panel and draw status handling

- Refactored PlayerPanel layout for improved title positioning and responsiveness.
- Added new function to check if betting is blocked based on hall status.
- Updated HallDrawPanel to utilize the new betting status check and display appropriate messages.
- Enhanced i18n support with new notices for review and non-bettable states across multiple languages.
This commit is contained in:
2026-05-25 15:35:50 +08:00
parent 3649bb9300
commit ca3a1db770
9 changed files with 38 additions and 43 deletions

View File

@@ -81,6 +81,8 @@
"hall": "下注大厅",
"noIssue": "暂无可用期号,请稍后再试",
"sealedNotice": "已封盘,请等待下一期。",
"reviewNotice": "开奖结果待后台审核发布,审核通过后将开启下一期。",
"notBettableNotice": "当前不可下注,请稍后再试。",
"status": {
"pending": "未开始",
"open": "可下注",