qinglong/src/version.ts
2022-05-29 01:50:46 +08:00

9 lines
365 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.1';
export const changeLogLink = 'https://t.me/jiao_long/303';
export const changeLog = `2.13.1 版本说明
1. 修复新建订阅repo命令快捷导入
2. 修复执行订阅任务含有before/after命令时造成面板无法访问
3. 修复任务详情日志列表访问
4. 修复安装依赖造成CPU满负荷服务器崩溃
`;