From dcea23124993b3882e5fccacd6a23d24fd7362db Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 24 Sep 2022 21:00:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=20v2.14.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-en.md | 2 +- README.md | 2 +- src/version.ts | 15 ++++++++------- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README-en.md b/README-en.md index 42c7f1d3..2fa51be0 100644 --- a/README-en.md +++ b/README-en.md @@ -183,7 +183,7 @@ task desi - [crontab-ui](https://github.com/alseambusher/crontab-ui) - [Ant Design](https://ant.design) - [Ant Design Pro](https://pro.ant.design/) -- [Umijs3.0](https://umijs.org) +- [Umijs](https://umijs.org) - [darkreader](https://github.com/darkreader/darkreader) - [admin-server](https://github.com/sunpu007/admin-server) diff --git a/README.md b/README.md index 05b62242..eaaf4d1e 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ task desi - [crontab-ui](https://github.com/alseambusher/crontab-ui) - [Ant Design](https://ant.design) - [Ant Design Pro](https://pro.ant.design/) -- [Umijs3.0](https://umijs.org) +- [Umijs](https://umijs.org) - [darkreader](https://github.com/darkreader/darkreader) - [admin-server](https://github.com/sunpu007/admin-server) diff --git a/src/version.ts b/src/version.ts index b83d587b..f55bfd37 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,8 +1,9 @@ -export const version = '2.14.4'; -export const changeLogLink = 'https://t.me/jiao_long/331'; -export const changeLog = `2.14.4 版本说明 -1. 通知设置新增自定义通知 -2. 脚本管理支持新建文件夹 -3. 依赖管理增加批量重新安装 -4. 修复创建应用错误 +export const version = '2.14.5'; +export const changeLogLink = 'https://t.me/jiao_long/333'; +export const changeLog = `2.14.5 版本说明 +1. 日志管理支持删除日志目录和日志文件 +2. 脚本管理支持删除文件夹 +3. 修复任务详情获取不到日志列表 +4. 修复移动端脚本高亮 +5. 修复安装Node依赖提示ERR_PNPM_REGISTRIES_MISMATCH `;