🎑 mini 模式修复

This commit is contained in:
Hunlongyu
2020-10-19 13:41:50 +08:00
parent 037bb1a2ff
commit 4974d57fbf

View File

@@ -50,6 +50,7 @@ function createMini () {
resizable: true,
webPreferences: {
webSecurity: false,
enableRemoteModule: true,
nodeIntegration: process.env.ELECTRON_NODE_INTEGRATION
}
})