Commit Graph

7 Commits

Author SHA1 Message Date
zpc
0a1eb497bd ci: Add Drone CI/CD pipeline configuration and deployment documentation
- Add `.drone.yml` with Drone CI pipeline for automated Docker image building and deployment
- Configure multi-stage build process: build Docker images and push to Harbor registry, then deploy via SSH
- Add CI-CD deployment documentation with architecture overview, quick start guide, and configuration templates
- Include single-service and multi-service project templates for reference
- Update `src/Dockerfile` for CI/CD integration
- Enable automated deployment to staging server on master branch push events
2026-04-05 14:20:14 +08:00
code@server
a919e23494 git 2026-04-05 12:22:56 +08:00
zpc
578d84cb08 21 2026-03-17 19:52:27 +08:00
zpc
f7495e5fd4 feat: 支持PDF自定义页面尺寸和浏览器视口设置,新增外部对接文档
- PdfConversionOptions 新增 Width/Height(自定义纸张尺寸)和 ViewportWidth/ViewportHeight(浏览器视口)
- PuppeteerPdfService 渲染前设置视口,BuildPdfOptions 支持自定义宽高优先于预设Format
- ConversionTask 新增 PdfWidth/PdfHeight 字段
- 全链路透传:API DTO → TaskOrchestrator → TaskProcessor → PuppeteerPdfService
- Client SDK PdfOptions 同步更新
- 新增 docs/外部对接文档.md
2026-03-16 18:33:06 +08:00
zpc
cf67f4a541 21 2026-03-16 18:10:38 +08:00
zpc
d88f33e0a5 init 2025-12-11 23:52:15 +08:00
zpc
09f29f01ed init 2025-12-11 23:35:52 +08:00