qinglong/src/version.ts
2021-12-05 23:15:49 +08:00

9 lines
364 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.11';
export const changeLogLink = 'https://t.me/jiao_long/230';
export const changeLog = `2.10.11 版本说明
1. 修复环境变量中包含双引号变量异常,感谢 https://github.com/mengshouer
2. 修复最后运行时长覆盖逻辑
3. 修复内容区高度和logo样式
4. 修复搜索urlencode的文本时结果异常
`;