chore(store): adjust default frame size to 1200x800

This commit is contained in:
Fini 2026-02-19 01:21:39 +08:00
parent 0629a99260
commit 70aa10f41b

View file

@ -15,8 +15,8 @@ function createEmptyDocument(): PenDocument {
name: 'Frame', name: 'Frame',
x: 0, x: 0,
y: 0, y: 0,
width: 1920, width: 1200,
height: 1080, height: 800,
fill: [{ type: 'solid', color: '#FFFFFF' }], fill: [{ type: 'solid', color: '#FFFFFF' }],
children: [], children: [],
}, },