qinglong/src/version.ts
2021-11-16 14:36:13 +08:00

10 lines
357 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.8';
export const changeLogLink = 'https://t.me/jiao_long/227';
export const changeLog = `2.10.8 版本说明
1. 脚本管理新建文件增加选择父目录
2. 修复脚本管理更新文件
3. 增加gotify推送感谢 https://github.com/kilo5hz PR
4. 修复不能复制deps目录文件
5. 修复可能的玩客云问题
`;