@ -5,6 +5,7 @@
### 2019-12-16
#### 新功能
+ 3136352472 [14:00:08] :调试;影响的范围(代码逻辑)
+ 3136352472 [13:55:43] :测试;影响的范围(代码逻辑)
+ 3136352472 [13:54:32] :测试;影响的范围(代码逻辑)
+ 3136352472 [13:23:31] :测试;影响的范围(代码逻辑)
@ -10,8 +10,8 @@ function createWindow() {
});
// 加载index.html文件
// win.loadFile('index.html')
// win.webContents.openDevTools()
win.loadFile('index.html')
win.webContents.openDevTools()
}
app.on('ready', createWindow);