更新版本v2.14.7

This commit is contained in:
whyour
2022-10-01 23:12:57 +08:00
parent 2db4f1ba87
commit 78f643c50f
2 changed files with 19 additions and 39 deletions
+5 -7
View File
@@ -1,8 +1,6 @@
export const version = '2.14.6';
export const changeLogLink = 'https://t.me/jiao_long/333';
export const changeLog = `2.14.6 版本说明
1. 任务执行日志增加资源占用说明
2. 配置文件config.sh增加资源配置参数CpuWarn/MemoryWarn/DiskWarn
3. 修复脚本管理和日志管理搜索
4. 其他bug修复
export const version = '2.14.7';
export const changeLogLink = 'https://t.me/jiao_long/334';
export const changeLog = `2.14.7 版本说明
1. 修复task_before无法获取任务执行参数
2. 修改资源判定逻辑
`;