更新 Electron 到 7.1.8

pull/166/head
lyswhut 2020-01-14 13:06:45 +08:00
parent ae9b4bc2f5
commit 3ef5e0e55a
2 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@
"lint:fix": "eslint --ext .js,.vue -f ./node_modules/eslint-formatter-friendly --fix src"
},
"browserslist": [
"Electron >= 7.1.8"
"Electron 7.1.8"
],
"engines": {
"node": ">= 12"

View File

@ -19,3 +19,4 @@
### 其他
- 将软件设置与播放列表分离存储成两个文件
- 更新 Electron 到 7.1.8