5 Commits

Author SHA1 Message Date
DevOps
711779dc57 fix: 修复裁判端选手列表数据问题
- score-list添加competitionId参数传递
- 项目筛选改为横向滑动布局
- 修复env.config.js生产环境配置

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 15:45:57 +08:00
DevOps
7620d9bf96 feat: 更新评分相关页面和API配置
- 更新环境配置文件
- 修改运动员和评分API
- 优化登录、评分详情、评分列表等页面
- 更新pages.json和vue.config.js配置

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-19 14:43:16 +08:00
6f3b8db273 fix bugs 2025-12-17 09:23:27 +08:00
Developer
8c56251d72 fix: add custom index.html template with CSS link
All checks were successful
continuous-integration/drone/push Build is passing
- 添加 public/index.html 模板文件,确保 CSS 正确引入
- 更新 manifest.json 添加 template 配置
- 完善 vue.config.js 配置

参考 martial-mini 项目的修复方案
2025-12-13 13:51:44 +08:00
Developer
4deed1199d fix: 修复CSS样式未正确引入的问题
- 添加 vue.config.js 确保 CSS 被正确提取
- 修正 .drone.yml 中构建输出路径从 dist/dev/h5 改为 dist/build/h5

🤖 Generated with Claude Code
2025-12-13 12:45:02 +08:00