mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-30 21:06:20 +08:00
11 lines
452 B
TypeScript
11 lines
452 B
TypeScript
export const version = '2.12.2';
|
||
export const changeLogLink = 'https://t.me/jiao_long/290';
|
||
export const changeLog = `2.12.2 版本说明
|
||
1. 任务详情支持运行、禁用、置顶操作
|
||
2. 依赖管理增加直接强制删除
|
||
3. 修复环境变量引号转义逻辑,感谢 https://github.com/JerryWn12 PR
|
||
4. 修复定时删除日志设置,支持设置为24天以上
|
||
5. 修复拉取脚本,shell发送通知
|
||
6. 修复shell获取日志目录
|
||
`;
|