Skip to content

Commit

Permalink
关闭拼写检查
Browse files Browse the repository at this point in the history
  • Loading branch information
storyxc committed Jul 17, 2023
1 parent a9bd980 commit af91ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const createWindow = () => {
frame: false,
show: false,
webPreferences: {
spellcheck: false,
nodeIntegration: false,
contextIsolation: true,
webSecurity: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ido",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build && electron-builder",
Expand Down

0 comments on commit af91ad8

Please sign in to comment.