zyh 7558174e0a 修复代练大区标签和机器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>
2025-08-29 19:07:20 +08:00
2025-08-24 15:47:51 +08:00
2025-08-24 15:47:51 +08:00

Vue 3 + Vite + Element Plus + Axios

最小可用的 Vue3 脚手架,集成:

  • 组件库Element Plus
  • 网络请求Axios含基础拦截器

快速使用:

  • 安装依赖:npm install
  • 开发:npm run dev
  • 构建:npm run build;预览:npm run preview

详细文档请见:docs/开发指南.md

Description
No description provided
Readme 318 KiB
Languages
Vue 77.4%
JavaScript 21.1%
HTML 1.5%