兼容粗剪缩略图区域不显示

This commit is contained in:
北枳 2025-07-20 14:48:40 +08:00
parent f2d3a2f8e5
commit 6a64267c72

View File

@ -98,8 +98,8 @@ export function ThumbnailGrid({
);
}
// 最终成片阶段不显示缩略图
if (Number(currentStep) === 6) {
// 粗剪/精剪最终成片阶段不显示缩略图
if (Number(currentStep) === 5.5 || Number(currentStep) === 6) {
return null;
}