feat: 页面结构调整

This commit is contained in:
2026-04-11 15:02:03 +08:00
parent 95956e5a5b
commit a16d39ef52
4 changed files with 107 additions and 121 deletions

View File

@@ -227,8 +227,8 @@ const createWindow = () => {
Menu.setApplicationMenu(null);
const mainWindow = new BrowserWindow({
width: 1280,
height: 800,
width: 1600,
height: 1000,
minWidth: 800,
minHeight: 600,
webPreferences: {