更新版本 v2.11.1

This commit is contained in:
whyour
2022-01-20 19:11:41 +08:00
parent a2650715b3
commit d3d2e0887e
+12 -7
View File
@@ -1,8 +1,13 @@
export const version = '2.11.0';
export const changeLogLink = 'https://t.me/jiao_long/254';
export const changeLog = `2.11.0 版本说明
1. 使用sqlite替换nedb,增加数据库稳定性
2. 任务添加标签功能,感谢https://github.com/kilo5hz
3. 支持自定义bot仓库,感谢https://github.com/chiupam
5. 其他bug修复
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修复
`;