1
This commit is contained in:
@@ -90,11 +90,10 @@ function stopSpringBoot() {
|
||||
}
|
||||
}
|
||||
|
||||
// 创建主窗口(预创建但隐藏)
|
||||
function createWindow () {
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 800,
|
||||
height: 600,
|
||||
width: 1280,
|
||||
height: 800,
|
||||
show: false,
|
||||
autoHideMenuBar: true,
|
||||
webPreferences: {
|
||||
|
||||
Reference in New Issue
Block a user