From 99fc65afeb39977df1fb384c449e6f48c9234e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Mon, 29 Sep 2025 22:29:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=AD=89=E4=BA=8E?= =?UTF-8?q?=E6=80=BB=E5=85=B1=E7=9A=84=20=E4=B8=8D=E5=89=AA=E8=BE=91?= 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 cdb3d29..947c2b8 100644 --- a/components/pages/work-flow/use-workflow-data.tsx +++ b/components/pages/work-flow/use-workflow-data.tsx @@ -427,7 +427,7 @@ export function useWorkflowData({ onEditPlanGenerated, editingStatus, onExportFa if (analyze_video_total_count && analyze_video_completed_count === analyze_video_total_count) { // 视频分析完成 - if(error_totle < total_count * errorConfig) { + if(error_totle !== total_count) { setCanGoToCut(true); // 重置进度条,显示生成剪辑计划进度 setIsAnalyzing(false); From 78421c51210244946733236f8cabca93978276af Mon Sep 17 00:00:00 2001 From: moux1024 <403053463@qq.com> Date: Tue, 30 Sep 2025 23:28:28 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E5=9B=BE=E7=94=9F=E8=A7=86=E9=A2=91=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ChatInputBox/ChatInputBox.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ChatInputBox/ChatInputBox.tsx b/components/ChatInputBox/ChatInputBox.tsx index 86ac272..54e2a17 100644 --- a/components/ChatInputBox/ChatInputBox.tsx +++ b/components/ChatInputBox/ChatInputBox.tsx @@ -465,7 +465,7 @@ export function ChatInputBox({ noData }: { noData: boolean }) {
{/* 图片故事按钮 */} - + {/* - + */} {isDesktop ? (