禁用拼写检查

pull/733/head
lyswhut 2021-12-27 11:19:11 +08:00
parent b99169cc3b
commit 30787a372e
2 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,7 @@ function createWindow() {
contextIsolation: false,
webSecurity: !isDev,
nodeIntegration: true,
spellcheck: false, // 禁用拼写检查器
},
})

View File

@ -116,6 +116,7 @@ const createWindow = () => {
contextIsolation: false,
webSecurity: !global.isDev,
nodeIntegration: true,
spellcheck: false, // 禁用拼写检查器
},
})