Commit Graph

7 Commits

Author SHA1 Message Date
lintsinghua 833de0788c fix(ci): fix pnpm installation order in GitHub Actions
- Use pnpm/action-setup@v3 for proper pnpm installation
- Add pnpm store caching for faster builds
- Remove cache from setup-node to avoid pnpm not found error
- Update step numbers after adding cache steps
2025-11-28 20:53:05 +08:00
lintsinghua 9d2d9367b2 feat: improve Docker deployment and release workflows
- Add WeasyPrint system dependencies with Chinese font support
- Update requirements.txt with all dependencies
- Fix docker-compose.yml network configuration
- Update GitHub Actions release workflow for frontend-backend architecture
- Update release script for new project structure
- Support multi-arch Docker builds (amd64, arm64)
2025-11-28 20:43:26 +08:00
lintsinghua 112c85523a
Update FUNDING.yml 2025-10-29 22:15:40 +08:00
lintsinghua 19c901310a
Update FUNDING.yml with localized comments 2025-10-29 22:05:24 +08:00
lintsinghua b4e111a574 fix: add Docker multi-arch support (amd64, arm64, armv7) 2025-10-26 13:45:48 +08:00
lintsinghua c13f266557 fix: Docker镜像名改为小写以符合规范 2025-10-26 13:07:17 +08:00
lintsinghua 0963adfea9 feat: 添加自动化版本发布系统
- 添加 GitHub Actions 发布工作流(release.yml)
- 添加定时发布工作流(scheduled-release.yml)
- 添加本地发布脚本(release.sh)
- 支持多种发布方式:手动触发、Git Tag、定时自动发布
- 自动生成 GitHub Release 和变更日志
- 自动构建并推送 Docker 镜像
2025-10-26 13:03:51 +08:00