mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
更新版本 v2.11.1
This commit is contained in:
parent
c5c41c0859
commit
ce9aa369d2
|
@ -1,8 +1,13 @@
|
||||||
export const version = '2.11.0';
|
export const version = '2.11.1';
|
||||||
export const changeLogLink = 'https://t.me/jiao_long/254';
|
export const changeLogLink = 'https://t.me/jiao_long/261';
|
||||||
export const changeLog = `2.11.0 版本说明
|
export const changeLog = `2.11.1 版本说明
|
||||||
1. 使用sqlite替换nedb,增加数据库稳定性
|
1. 修复openapi获取token,token认证
|
||||||
2. 任务添加标签功能,感谢https://github.com/kilo5hz
|
2. 修复环境变量搜索,排序,更新
|
||||||
3. 支持自定义bot仓库,感谢https://github.com/chiupam
|
3. 修复重置应用秘钥
|
||||||
5. 其他bug修复
|
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修复
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user