更新版本号

This commit is contained in:
hanhh 2021-06-09 22:54:31 +08:00
parent 5df860befe
commit f068cd6a46
3 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
## Version: v2.2.0
## Version: v2.2.0-062
## Date: 2021-06-07
## Update Content: session管理增加批量操作\n增加go-cqhttp通知方式\n修复页面标题

View File

@ -244,7 +244,7 @@ usage() {
echo -e "1. $cmd_update update # 更新并重启青龙"
echo -e "1. $cmd_update extra # 运行自定义脚本"
echo -e "3. $cmd_update raw <fileurl> # 更新单个脚本文件"
echo -e "4. $cmd_update repo <repourl> <path> <blacklist> <dependence> # 更新单个仓库的脚本"
echo -e "4. $cmd_update repo <repourl> <path> <blacklist> <dependence> <branch> # 更新单个仓库的脚本"
echo -e "5. $cmd_update rmlog <days> # 删除旧日志"
echo -e "6. $cmd_update code # 获取互助码"
echo -e "6. $cmd_update bot # 启动tg-bot"

View File

@ -1,2 +1,2 @@
export const version = 'v2.2.0-061';
export const changeLog = 'https://t.me/jiaolongwang/104';
export const version = 'v2.2.0-062';
export const changeLog = 'https://t.me/jiaolongwang/105';