From 37ffb998f5d3a3ec8dc307bc1a2f770a5df5c6c7 Mon Sep 17 00:00:00 2001 From: qikongjian Date: Fri, 5 Sep 2025 21:06:39 +0800 Subject: [PATCH] =?UTF-8?q?init=E9=94=99=E8=AF=AF=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pages/work-flow.tsx b/components/pages/work-flow.tsx index 9291aa3..edd8e2f 100644 --- a/components/pages/work-flow.tsx +++ b/components/pages/work-flow.tsx @@ -164,7 +164,7 @@ const WorkFlow = React.memo(function WorkFlow() { // iframe智能剪辑回调函数 const handleIframeAIEditingComplete = useCallback((result: any) => { - console.log('🎉 iframe AI剪辑完成,结果:', result);任务 + console.log('🎉 iframe AI剪辑完成,结果:', result); // 保存剪辑结果 setAiEditingResult(result);