From 19d9309cc8d1fe271e2975b3a1b31d23e7a6b31a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E8=8D=A3=E5=8D=87?= <3136352472@qq.com> Date: Mon, 16 Dec 2019 13:55:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B1=BB=E5=9E=8B(=E6=96=B0?= =?UTF-8?q?=E5=8A=9F=E8=83=BD),=E5=BD=B1=E5=93=8D=E7=9A=84=E8=8C=83?= =?UTF-8?q?=E5=9B=B4(=E4=BB=A3=E7=A0=81=E9=80=BB=E8=BE=91),[=E6=B5=8B?= =?UTF-8?q?=E8=AF=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + index.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ff3e35..346832b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### 2019-12-16 #### 新功能 ++ 3136352472 [13:55:43] :测试;影响的范围(代码逻辑) + 3136352472 [13:54:32] :测试;影响的范围(代码逻辑) + 3136352472 [13:23:31] :测试;影响的范围(代码逻辑) + 3136352472 [10:47:07] :延时;影响的范围(代码逻辑) diff --git a/index.js b/index.js index 94abff1..c6d10cf 100644 --- a/index.js +++ b/index.js @@ -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() }