首页素材案例弹窗修改
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user