mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 20:06:08 +08:00
更新版本 v2.11.0
This commit is contained in:
parent
3f3d572932
commit
e13ff86ff6
|
@ -1,9 +1,8 @@
|
||||||
export const version = '2.10.13';
|
export const version = '2.11.0';
|
||||||
export const changeLogLink = 'https://t.me/jiao_long/233';
|
export const changeLogLink = 'https://t.me/jiao_long/254';
|
||||||
export const changeLog = `2.10.13 版本说明
|
export const changeLog = `2.11.0 版本说明
|
||||||
1. task 命令执行脚本支持任意参数,比如 task xxx.js a b c d
|
1. 使用sqlite替换nedb,增加数据库稳定性
|
||||||
2. 应用权限增加依赖管理、系统信息
|
2. 任务添加标签功能,感谢https://github.com/kilo5hz
|
||||||
3. 调试脚本增加停止操作,优化交互
|
3. 支持自定义bot仓库,感谢https://github.com/chiupam
|
||||||
4. 定时任务任务名修改展示效果,感谢https://github.com/tinet-jutt
|
|
||||||
5. 其他bug修复
|
5. 其他bug修复
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user