diff --git a/package.json b/package.json index 6bd5b45a..bb65f365 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/publish/changeLog.md b/publish/changeLog.md index 473e0ec4..e8c7b169 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -19,3 +19,4 @@ ### 其他 - 将软件设置与播放列表分离存储成两个文件 +- 更新 Electron 到 7.1.8