qinglong/src/version.ts
2021-11-13 00:03:12 +08:00

10 lines
367 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.6';
export const changeLogLink = 'https://t.me/jiao_long/225';
export const changeLog = `2.10.6 版本说明
1. 增加各版本自动打包workflow感谢 https://github.com/fzls PR
2. 环境变量添加更新时间,感谢 https://github.com/miniers PR
3. 修复脚本管理结构
4. 修复定时匹配规则
5. 修复检查更新
`;