revert: restore original image generation config

This commit is contained in:
2026-05-26 14:02:35 +08:00
parent ffdb60c463
commit bdb7226642
14 changed files with 102 additions and 601 deletions

View File

@@ -101,11 +101,10 @@ function isVideoMode(mode: CreationMode) {
}
const DEFAULT_IMAGE_SIZE_OPTIONS: RuntimeSizeOption[] = [
{ id: "1024x1536", label: "竖图 2:3 · 1024×1536", value: "1024x1536" },
{ id: "1088x1920", label: "竖屏 9:16 · 1088×1920", value: "1088x1920" },
{ id: "1024x1024", label: "1:1 · 1024×1024", value: "1024x1024" },
{ id: "1536x1024", label: "横图 3:2 · 1536×1024", value: "1536x1024" },
{ id: "auto", label: "自动 · 生成后显示实际像素", value: "auto" },
{ id: "1024x1536", label: "竖图 2:3", value: "1024x1536" },
{ id: "1024x1024", label: "方图 1:1", value: "1024x1024" },
{ id: "1536x1024", label: "3:2", value: "1536x1024" },
{ id: "auto", label: "自动", value: "auto" },
]
const DEFAULT_VIDEO_SIZE_OPTIONS: RuntimeSizeOption[] = [