mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
10 lines
345 B
TypeScript
10 lines
345 B
TypeScript
export const version = '2.14.9';
|
|
export const changeLogLink = 'https://t.me/jiao_long/336';
|
|
export const changeLog = `2.14.9 版本说明
|
|
1. 通知支持飞书和智能微秘书,感谢 https://github.com/leochen-g
|
|
2. webhook通知body支持嵌套json
|
|
3. 修复shell获取磁盘占用
|
|
4. 修复定时任务移动端滚动
|
|
5. 其他bug修复
|
|
`;
|