增加新版本检测

This commit is contained in:
hanhh
2021-10-07 15:26:25 +08:00
parent b4cd94f2d9
commit b056a731a1
2 changed files with 45 additions and 12 deletions
+7 -2
View File
@@ -1,2 +1,7 @@
export const version = 'v2.9.7';
export const changeLog = 'https://t.me/jiao_long/184';
export const version = '2.9.7';
export const changeLogLink = 'https://t.me/jiao_long/184';
export const changeLog = `2.9.7版本说明
1. 重构初始化流程,可直接在初始化过程中设置账户信息和通知方式
2. 增加企业微信机器人推送的python版本,感谢 https://github.com/Sowevo PR
3. 修复ql repo可能无法拉取最新代码
`;