逐字稿
All checks were successful
Deploy to Server / deploy (push) Successful in 20s

This commit is contained in:
jeremygan2021
2026-03-17 21:11:19 +08:00
parent 4d6f98080e
commit afab4933b4
2 changed files with 94 additions and 3 deletions

View File

@@ -313,7 +313,8 @@ def project_detail_api(request, project_id):
if latest_task:
ai_data = {
'transcription': latest_task.transcription,
'summary': latest_task.summary
'summary': latest_task.summary,
'auto_chapters_data': latest_task.auto_chapters_data
}
data = {