Go to file
chenhao 35698287de feat: 添加会议转录文件初始化和下载功能
- 在 `MeetingCommandServiceImpl` 和 `AiTaskServiceImpl` 中添加 `initializeTranscriptFileIfAbsent` 方法调用
- 在 `MeetingController` 中添加 `exportTranscripts` 接口,支持下载会议转录 Markdown 文件
- 更新前端 `meeting.ts` 和 `MeetingDetail.tsx` 以支持会议转录文件的下载
- 在相关测试类中添加对 `MeetingTranscriptFileService` 的 mock
2026-04-28 10:34:15 +08:00
backend feat: 添加会议转录文件初始化和下载功能 2026-04-28 10:34:15 +08:00
components feat: 增强会议配置解析和日志级别设置 2026-04-10 09:14:00 +08:00
frontend feat: 添加会议转录文件初始化和下载功能 2026-04-28 10:34:15 +08:00
.gitignore feat: 增强实时会议gRPC服务和会话状态管理 2026-04-08 19:15:03 +08:00
init.md feat: 添加会议创建事件和任务调度监听器 2026-03-03 15:51:17 +08:00