修复构建时异常

This commit is contained in:
gsx
2022-03-30 14:51:17 +08:00
parent 157f4459e5
commit 97a8a1ba9d
2 changed files with 2 additions and 1 deletions

View File

@@ -96,7 +96,7 @@
},
"dependencies": {
"dayjs": "^1.10.7",
"ee-core": "^1.1.10",
"ee-core": "^1.1.11",
"electron-is": "^3.0.0",
"lodash": "^4.17.21"
}

View File

@@ -2,6 +2,7 @@
1. 增加socket service options支持path,connectTimeout,maxHttpBufferSize,cors等属性
2. 修复任务栏显示问题
3. 修复socket跨域问题
4. 修复构建应用失败问题
## 2.0.5
1. 增加生命周期函数 appReady()