qinglong/src/version.ts
2021-11-22 22:27:15 +08:00

11 lines
555 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const version = '2.10.9';
export const changeLogLink = 'https://t.me/jiao_long/228';
export const changeLog = `2.10.9 版本说明
1. 任务管理支持任务名跳转脚本管理页,感谢 https://github.com/kilo5hz PR
2. 系统通知支持gotify感谢 https://github.com/kilo5hz PR
3. 定时任务列表pageSize增加200/500/1000感谢 https://github.com/fzls PR
4. 修复deps目录依赖文件拷贝
5. 修改alpine基础镜像版本解决arm32位系统无法启动容器感谢 https://github.com/lx200916
6. 修复调试功能
`;