From c526b721c4a2047818160a69570d50ad89748831 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Tue, 14 Apr 2026 16:33:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E5=8F=B0=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index c6a4c41..586430b 100644 --- a/build.js +++ b/build.js @@ -9,7 +9,7 @@ function createWindow() { const win = new BrowserWindow({ width: 800, height: 600, - fullscreen: true, + // fullscreen: true, autoHideMenuBar: true, webPreferences: { preload: path.join(__dirname, 'preload.js'), // preload 文件