feat(game): 添加最大投注金额限制功能

- 在 UserStreakMessageData 接口中添加 maxBetPerNumber 字段
- 在 WebSocket 消息解析器中处理 max_bet_per_number 数据
- 实现游戏实时同步中最大投注金额的更新逻辑
- 将最大投注金额同步到游戏会话状态的仪表板数据
- 更新通知弹窗组件样式以支持当前文本颜色
- 在通知弹窗标题区域应用主题色调类名
This commit is contained in:
JiaJun
2026-06-10 14:34:52 +08:00
parent 3b35c9817b
commit 23416df765
6 changed files with 12 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<!-- gitnexus:start -->
# GitNexus — Code Intelligence
This project is indexed by GitNexus as **36-character-flower** (3087 symbols, 6103 relationships, 263 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
This project is indexed by GitNexus as **36-character-flower** (3095 symbols, 6119 relationships, 264 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
> If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.