 shenleiandClaude Opus 4.8
|
3cb4053ab5
|
chore: 运行时 config.json 不再纳入 git 跟踪,改用 config.example.json 模板
config.json 是运行时高频写入的数据文件(网页改配置、每次 App_Store 打包递增
构建号都会写盘),纳入版本控制会导致服务器每次 git pull 与本地生产配置冲突。
- git rm --cached backend/data/config.json(保留磁盘文件,仅移出索引)
- .gitignore 显式忽略 backend/data/config.json 并补充说明
- 新增 config.example.json 作为结构模板(不含真实密钥/生产数据)
- README 说明其为运行时文件、pull 不覆盖,及从模板初始化的方式
首次部署仍可通过根目录 config.json 自动导入为 backend/data/config.json。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-07-29 17:12:09 +09:00 |
|
 shenandshen
|
d1f070b251
|
feat: 服务端集成自动打包流程
|
2026-07-17 22:34:04 +08:00 |
|
 shenandshen
|
a2437a039d
|
chore: 提交默认配置和皮肤包数据,方便部署
|
2026-06-09 10:25:52 +08:00 |
|
 shenandshen
|
9384062b38
|
feat: 皮肤包上传管理功能,持久化数据目录
- 新增皮肤包上传/列表/删除 API(基于 upload_key)
- 构建时自动解压 ZIP 皮肤包应用到项目
- 配置和皮肤包迁移到 backend/data/ 目录,切分支不会丢失
- 旧式目录皮肤自动迁移为 ZIP 格式
- 前端皮肤包管理 UI(上传、删除、下拉选择)
- .gitignore 排除运行时数据目录
|
2026-06-09 10:24:14 +08:00 |
|
 shenandshen
|
6f4f625c56
|
Initial commit: iOS Build Server
- FastAPI backend with build queue, WebSocket logs, task management
- Vue 3 frontend with build/config/history views
- Xcode project build automation with IPA export
- Fix: initialize build_dir before try block to ensure cleanup on early failure
|
2026-06-06 17:42:27 +08:00 |
|