From 399c0deab1ed89bfb86fd5c4a264138affcb39f6 Mon Sep 17 00:00:00 2001 From: moux1024 <403053463@qq.com> Date: Wed, 15 Oct 2025 00:11:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=90=8E=E7=AB=AF=E8=BF=94=E5=9B=9E=E7=9A=84snapshot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow/use-workflow-data.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pages/work-flow/use-workflow-data.tsx b/components/pages/work-flow/use-workflow-data.tsx index a72fd53..4f84f4d 100644 --- a/components/pages/work-flow/use-workflow-data.tsx +++ b/components/pages/work-flow/use-workflow-data.tsx @@ -290,7 +290,7 @@ export function useWorkflowData({}: UseWorkflowDataProps = {}) { video_id: video.video_id, video_status: video_status, // 0 生成中 1 生成完成 2 生成失败 type: 'video', - snapshot_url: video.snapshot_url + snapshot_url: video.snapshot_urls?.[0] || '' }); } taskCurrent.videos.data = videoList;