當(dāng)我按“f11”時(shí),應(yīng)用程序?qū)⒁匀聊J匠霈F(xiàn)。如何禁用此選項(xiàng)?function createWindow() { window = new BrowserWindow({ width:610, height:679, icon: path.join(__dirname, APP_DIR, IMG_DIR, 'icon.png'), frame: false, resizable: false, webPreferences: { nodeIntegration: true } }); window.loadURL(url.format({ pathname: path.join(__dirname, APP_DIR, 'index.html'), protocol: 'file:', slashes: true }));}
在 Electron 中禁用全屏模式
紫衣仙女
2022-07-21 10:17:09