qinglong/src/version.ts
2021-11-27 20:43:18 +08:00

11 lines
523 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.10.10';
export const changeLogLink = 'https://t.me/jiao_long/229';
export const changeLog = `2.10.10 版本说明
1. 检测更新增加强制更新操作
2. deps目录文件增加软链支持脚本直接调用。比如 const notify = require('deps/sendNotify')
3. 修复alpine3.12和3.14关于nginx的兼容性问题
4. 修复调试脚本运行路径
5. 修复deps目录依赖文件拷贝
6. 修复使用旧pushplus推送后结果解析失败的问题感谢 https://github.com/xuzhonglin
`;