修复代练大区标签和机器ID显示问题

主要修复:
- 修复代练大区标签显示,现在使用 regionDesc 而不是原始 region 值
- 将 .bottom-status 替换为真正的机器ID显示
- 在 usePlayState 中添加对 regionDesc 和 machineId 字段的支持
- 更新 GamePage 组件的 props 和模板以正确显示这些信息

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
zyh
2025-08-29 19:07:20 +08:00
parent 7497817640
commit 7558174e0a
3 changed files with 43 additions and 5 deletions

View File

@@ -33,6 +33,8 @@
<GamePage
v-else-if="state.status === 'LOGGED_IN' || state.status === 'COMPLETED'"
:region="state.region"
:region-desc="state.regionDesc"
:machine-id="state.machineId"
:display-status="getDisplayStatus()"
:completed-points="state.completedPoints"
:total-points="state.totalPoints"