Commit Graph

2 Commits

Author SHA1 Message Date
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