feat(NoteForm): 增加文件上传状态反馈

This commit is contained in:
JefferyHcool
2025-06-19 14:54:51 +08:00
parent 2b0fb8f4ad
commit d92cc4a977
24 changed files with 777 additions and 374 deletions

View File

@@ -436,7 +436,7 @@ class NoteGenerator:
logger.info(f"转写并缓存成功 ({transcript_cache_file})")
return transcript
except Exception as exc:
logger.error(f"音频转写失败:{e}")
logger.error(f"音频转写失败:{exc}")
self._handle_exception(task_id, exc)
raise