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);