fix: 恢复被误回退的后端文件(#1519 #1520)

This commit is contained in:
xiaoxia
2026-08-27 15:05:32 +08:00
parent b12bb24d08
commit fc7218ac2f
5 changed files with 64 additions and 6 deletions
@@ -598,7 +598,7 @@ class RenderAdapter:
# 抽帧天然带标题,因此这里传空字符串,避免 Pillow 二次叠加导致重影。
# Pillow 叠加仅用于 API 从源素材抽帧(源素材本身无标题)的兜底场景。
cover_candidates = extract_and_upload_cover_frames(
str(result.output_path), plan_id, num_frames=3, title_text=""
str(result.output_path), plan_id, task_id=job_id, num_frames=3, title_text=""
)
if cover_candidates:
logger.info(