From 604cb311144ff835f898c8f9ea0cf162e0320a31 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 10 Jul 2025 15:34:18 +0800 Subject: [PATCH] fix --- src/components/ai-video/VideoJobList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ai-video/VideoJobList.tsx b/src/components/ai-video/VideoJobList.tsx index ea49368..a532c57 100644 --- a/src/components/ai-video/VideoJobList.tsx +++ b/src/components/ai-video/VideoJobList.tsx @@ -142,7 +142,7 @@ const VideoJobList: React.FC = ({ jobs, onPreview, onDelete } {job.error && job.status === 'failed' && (
❌ 生成失败
-
{job.error}
+
{JSON.stringify(job)}
)}