From 3afb1d18f622fbd36bd14fd5fd0678a704c77dab Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 10 Dec 2022 19:06:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=20v2.15.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/version.ts | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/version.ts b/src/version.ts index ff3bfec4..6f97c9ad 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,8 +1,10 @@ -export const version = '2.15.2'; -export const changeLogLink = 'https://t.me/jiao_long/353'; -export const changeLog = `2.15.2 版本说明 -1. 任务视图增加系统视图排序 -2. task 命令增加 -m 参数,支持设置任务超时时间,格式参考 CommandTimeoutTime。例如 task -m 1h xxx.js -3. 修复资源占用检查逻辑 -4. 其他优化 +export const version = '2.15.3'; +export const changeLogLink = 'https://t.me/jiao_long/354'; +export const changeLog = `2.15.3 版本说明 +1. 任务视图增加标签筛选 +2. 修改默认镜像python版本为3.10 +3. 修复notify.js中智能微秘书,感谢 https://github.com/CoolClash +4. 修复超时任务日志打印 +5. 修复调试脚本页保存脚本父目录 +6. 其他优化 `;