feat: windows 启动优化

This commit is contained in:
muwoo
2021-08-07 22:08:35 +08:00
parent 1812ee50c3
commit eed9aac2c6
5 changed files with 13922 additions and 16 deletions

View File

@@ -93,9 +93,6 @@
"vuex": "^3.0.1",
"vuex-electron": "^1.0.0"
},
"optionalDependencies": {
"win-mouse": "git+https://github.com/Toinane/win-mouse"
},
"devDependencies": {
"ajv": "^6.5.0",
"babel-core": "^6.26.3",
@@ -139,5 +136,18 @@
"webpack-dev-server": "^3.1.4",
"webpack-hot-middleware": "^2.22.2",
"webpack-merge": "^4.1.3"
},
"iohook": {
"targets": [
"node-83",
"electron-85"
],
"platforms": [
"win32"
],
"arches": [
"x64",
"ia32"
]
}
}