首页素材案例弹窗修改

This commit is contained in:
sjy
2026-07-10 14:20:49 +08:00
parent d99062ca98
commit f2f8625425
9 changed files with 383 additions and 110 deletions
+2 -2
View File
@@ -76,7 +76,7 @@ export const useAppStore = create<AppState>((set, get) => ({
width: 2048,
height: 2048,
videoDuration: 5,
videoAspectRatio: '16:9',
videoAspectRatio: '9:16',
videoResolution: '720p',
engineOptions: {
ratios: ['16:9', '4:3', '1:1', '3:4', '9:16', '21:9'],
@@ -184,7 +184,7 @@ export const useAppStore = create<AppState>((set, get) => ({
width: 2048,
height: 2048,
videoDuration: 5,
videoAspectRatio: '16:9',
videoAspectRatio: '9:16',
videoResolution: '720p',
engineOptions: {
ratios: ['16:9', '4:3', '1:1', '3:4', '9:16', '21:9'],