7558174e0a971fe83f71f0d57c63369678243db5
主要修复: - 修复代练大区标签显示,现在使用 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>
Vue 3 + Vite + Element Plus + Axios
最小可用的 Vue3 脚手架,集成:
- 组件库:Element Plus
- 网络请求:Axios(含基础拦截器)
快速使用:
- 安装依赖:
npm install - 开发:
npm run dev - 构建:
npm run build;预览:npm run preview
详细文档请见:docs/开发指南.md
Description
Languages
Vue
77.4%
JavaScript
21.1%
HTML
1.5%