qinglong/src/version.ts
2022-01-20 19:11:41 +08:00

14 lines
560 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.1';
export const changeLogLink = 'https://t.me/jiao_long/261';
export const changeLog = `2.11.1 版本说明
1. 修复openapi获取tokentoken认证
2. 修复环境变量搜索,排序,更新
3. 修复重置应用秘钥
4. 修复环境变量更新时间显示
5. 修复定时默认任务排序
6. task支持运行pyc文件感谢https://github.com/chiupam
6. 移除ghproxy默认代理增加新配置ProxyUrl支持http或者socks代理。例如 http://127.0.0.1:7890
7. 更换JavaScript cdn地址
8. 其他bug修复
`;