umbrella22

--no commit message

正在显示 1 个修改的文件 包含 4 行增加1 行删除
...@@ -30,7 +30,10 @@ function createWindow () { ...@@ -30,7 +30,10 @@ function createWindow () {
30 useContentSize: true, 30 useContentSize: true,
31 width: 1000, 31 width: 1000,
32 show: false, 32 show: false,
33 - backgroundColor: '#fffff' 33 + backgroundColor: '#fffff',
34 + titleBarStyle: 'hidden',
35 + // 隐藏边框
36 + // frame: false,
34 }) 37 })
35 38
36 mainWindow.once('ready-to-show', () => { 39 mainWindow.once('ready-to-show', () => {
......