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