From 00785fc0c7b80b6f08f5c4271ceb2413a685afdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Mon, 10 Aug 2026 19:11:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=BE=E5=83=8F=E7=94=BB?= =?UTF-8?q?=E5=B8=83=E7=94=9F=E6=88=90=E5=B7=A5=E4=BD=9C=E6=B5=81=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除未使用的图像生成像素尺寸解析函数导入 --- src/components/image-editor/useImageCanvasGenerationWorkflow.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/image-editor/useImageCanvasGenerationWorkflow.ts b/src/components/image-editor/useImageCanvasGenerationWorkflow.ts index 8ada24591..0bb8a9662 100644 --- a/src/components/image-editor/useImageCanvasGenerationWorkflow.ts +++ b/src/components/image-editor/useImageCanvasGenerationWorkflow.ts @@ -105,7 +105,6 @@ import { normalizeEditorImageModel, resizeGenerationPlaceholderToImageSelection, resolveDialogExtraImageReferenceLimit, - resolveEditorImageGenerationPixelSize, resolveExtraImageReferenceLimit, UI_EXTRA_REFERENCE_LIMIT, } from './ImageCanvasGenerationModel';