From 1886a5911bb842e18c5fdcd78e313e1e220cbcbd Mon Sep 17 00:00:00 2001 From: TianYun Date: Thu, 25 Jun 2026 11:33:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A49:16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/generationPreferenceStore.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/generationPreferenceStore.ts b/src/store/generationPreferenceStore.ts index 29c40281..3bac0273 100644 --- a/src/store/generationPreferenceStore.ts +++ b/src/store/generationPreferenceStore.ts @@ -49,7 +49,7 @@ function createInitialImagePreference(): ImageGenerationPreference { return { type: "image", model: createPopiserverDefaultImageModel(), - aspectRatio: "16:9", + aspectRatio: "9:16", resolution: "1K", imageCount: 1, }; @@ -59,7 +59,7 @@ function createInitialVideoPreference(): VideoGenerationPreference { return { type: "video", model: createPopiserverDefaultVideoModel(), - aspectRatio: "16:9", + aspectRatio: "9:16", resolution: DEFAULT_VIDEO_RESOLUTION, durationSeconds: DEFAULT_VIDEO_DURATION_SECONDS, soundEnabled: true,