禁用拼写检查
parent
b99169cc3b
commit
30787a372e
|
@ -118,6 +118,7 @@ function createWindow() {
|
||||||
contextIsolation: false,
|
contextIsolation: false,
|
||||||
webSecurity: !isDev,
|
webSecurity: !isDev,
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
|
spellcheck: false, // 禁用拼写检查器
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -116,6 +116,7 @@ const createWindow = () => {
|
||||||
contextIsolation: false,
|
contextIsolation: false,
|
||||||
webSecurity: !global.isDev,
|
webSecurity: !global.isDev,
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
|
spellcheck: false, // 禁用拼写检查器
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue