mirror of
https://github.com/whyour/qinglong.git
synced 2025-12-15 08:25:38 +08:00
10 lines
367 B
TypeScript
10 lines
367 B
TypeScript
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. 修复检查更新
|
||
`;
|