qinglong/src/version.ts
2022-07-16 12:31:50 +08:00

15 lines
574 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.13.4';
export const changeLogLink = 'https://t.me/jiao_long/303';
export const changeLog = `2.13.4 版本说明
1. 增加系统token防止未登录时无法更新仓库和任务状态
2. 脚本管理按照类型排序
3. 任务详情中编辑脚本支持全屏
4. 环境变量增加导出功能
5. 修复无法更新脚本内容为空
6. 修复停止node脚本报错
7. 修改手动停止任务耗时
8. 修复脚本管理、日志管理树
9. 修复获取环境变量详情
10. 区分原生termux和termux中安装的Linux发感谢 erma0
`;