From b8ff7b1b5b4d5ab9e07ae9439f21dd4038d58a6a Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Tue, 14 Apr 2026 10:56:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A8=8B=E5=BA=8F=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=92=8C=E8=8F=9C=E5=8D=95=E6=A0=8F=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.js b/build.js index 2c3bb8f..9a4847c 100644 --- a/build.js +++ b/build.js @@ -9,6 +9,8 @@ function createWindow() { const win = new BrowserWindow({ width: 800, height: 600, + fullscreen: true, + autoHideMenuBar: true, webPreferences: { preload: path.join(__dirname, 'preload.js'), // preload 文件 contextIsolation: true,