refactor(steps): 调整一下样式,默认窗口高度调整为1000

This commit is contained in:
2025-09-02 13:33:27 +08:00
parent 11e3c2281e
commit b586e311be
2 changed files with 20 additions and 50 deletions

View File

@@ -61,7 +61,7 @@ let mainWindow: BrowserWindow | null = null
function createWindow() {
mainWindow = new BrowserWindow({
width: 1600,
height: 900,
height: 1000,
minWidth: 800,
minHeight: 600,
icon: path.join(__dirname, '../src/assets/AUTO_MAA.ico'),