This commit is contained in:
2025-09-23 17:20:58 +08:00
parent ca2b70dfbe
commit 5f3e9a08f6
25 changed files with 1471 additions and 1095 deletions

View File

@@ -90,11 +90,10 @@ function stopSpringBoot() {
}
}
// 创建主窗口(预创建但隐藏)
function createWindow () {
mainWindow = new BrowserWindow({
width: 800,
height: 600,
width: 1280,
height: 800,
show: false,
autoHideMenuBar: true,
webPreferences: {