qinglong/src/version.ts
2022-02-16 23:09:33 +08:00

12 lines
391 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.11.3';
export const changeLogLink = 'https://t.me/jiao_long/262';
export const changeLog = `2.11.3 版本说明
1. 修复定时任务排序
2. 环境变量增加更新时间排序
3. 修复logo地址
4. 修改check命令
5. 安装依赖默认使用Proxy_url代理地址
6. 修改apk源地址
7. bark支持自定义图标感谢 https://github.com/Ukenn2112 PR
`;