From 97a8a1ba9d694bf68f5f4e79216c18efa0cff829 Mon Sep 17 00:00:00 2001 From: gsx <530353222@qq.com> Date: Wed, 30 Mar 2022 14:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA=E6=97=B6?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- update.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cd5828b..1efba45 100755 --- a/package.json +++ b/package.json @@ -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" } diff --git a/update.md b/update.md index 0eefb68..3f9874f 100644 --- a/update.md +++ b/update.md @@ -2,6 +2,7 @@ 1. 增加socket service options,支持path,connectTimeout,maxHttpBufferSize,cors等属性 2. 修复任务栏显示问题 3. 修复socket跨域问题 +4. 修复构建应用失败问题 ## 2.0.5 1. 增加生命周期函数 appReady()