|
|
@ -4,13 +4,13 @@ function createWindow() { |
|
|
|
// 创建浏览器窗口
|
|
|
|
let win = new BrowserWindow({ |
|
|
|
width: 1024, |
|
|
|
height: 800, |
|
|
|
height: 600, |
|
|
|
kiosk: true, |
|
|
|
frame: false |
|
|
|
}); |
|
|
|
|
|
|
|
// 加载index.html文件
|
|
|
|
win.loadFile('index.html') |
|
|
|
// win.loadFile('index.html')
|
|
|
|
// win.webContents.openDevTools()
|
|
|
|
} |
|
|
|
|
|
|
|