- 实现 ScreenshotService,通过 HtmlToImage 异步任务 API 截图 - 实现 PdfGenerationService,将截图合并为 PDF 并保存到本地 - 在 ReportQueueConsumer 中集成 PDF 生成流程 - 添加 HtmlToImageSettings、ReportSettings 配置模型 - AssessmentRecord 新增 ReportUrl 字段 - 添加 DebugController 用于手动触发 PDF 生成测试 - 添加 PdfSharpCore NuGet 包依赖 - 更新 .gitignore 忽略生成的 PDF 文件 |
||
|---|---|---|
| .. | ||
| admin-business-modules | ||
| admin-frontend | ||
| admin-integration | ||
| admin-missing-modules | ||
| assessment-report-generation | ||
| miniapp-api | ||
| miniapp-pages | ||
| redis-report-queue | ||
| report-pdf-generation | ||
| report-web-pages | ||