From 6a64267c72f013c6dced020180c30d486d2a6cd6 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: Sun, 20 Jul 2025 14:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E7=B2=97=E5=89=AA=E7=BC=A9?= =?UTF-8?q?=E7=95=A5=E5=9B=BE=E5=8C=BA=E5=9F=9F=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow/thumbnail-grid.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/pages/work-flow/thumbnail-grid.tsx b/components/pages/work-flow/thumbnail-grid.tsx index c2de74e..3372a77 100644 --- a/components/pages/work-flow/thumbnail-grid.tsx +++ b/components/pages/work-flow/thumbnail-grid.tsx @@ -98,8 +98,8 @@ export function ThumbnailGrid({ ); } - // 最终成片阶段不显示缩略图 - if (Number(currentStep) === 6) { + // 粗剪/精剪最终成片阶段不显示缩略图 + if (Number(currentStep) === 5.5 || Number(currentStep) === 6) { return null; }