imeeting/backend
chenhao a34885111c feat: 添加会议章节导入和总结功能
- 在 `MeetingCommandService` 中添加 `importTranscriptChapters` 和 `finalizeSummary` 方法
- 更新 `MeetingSummaryPromptAssembler` 以支持章节模型和摘要源
- 在 `MeetingQueryService` 中添加获取章节和转录源的方法
- 新增 `MeetingSummaryFinalizeDTO` 和 `MeetingSummaryPromptContextVO` 数据传输对象
- 在 `MeetingCommandServiceImpl` 中实现章节导入和总结任务创建逻辑
- 更新前端 `meeting.ts` 以支持获取章节信息
2026-05-09 13:48:09 +08:00
..
design refactor: 注释掉登录页的示例账户信息和相关测试代码 2026-04-24 10:42:22 +08:00
src feat: 添加会议章节导入和总结功能 2026-05-09 13:48:09 +08:00
pom.xml feat: 添加屏保管理页面和相关功能 2026-04-20 11:30:26 +08:00