更新版本号

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 ## Date: 2021-06-07
## Update Content: session管理增加批量操作\n增加go-cqhttp通知方式\n修复页面标题 ## Update Content: session管理增加批量操作\n增加go-cqhttp通知方式\n修复页面标题

View File

@ -170,7 +170,7 @@ update_repo() {
local repo_path="${dir_repo}/${author}_${repo}" local repo_path="${dir_repo}/${author}_${repo}"
[[ $branch ]] && repo_path="${repo_path}_${branch}" [[ $branch ]] && repo_path="${repo_path}_${branch}"
if [ -d ${repo_path}/.git ]; then if [ -d ${repo_path}/.git ]; then
reset_romote_url ${repo_path} "${github_proxy_url}${url/https:\/\/ghproxy.com\//}" "${branch}" reset_romote_url ${repo_path} "${github_proxy_url}${url/https:\/\/ghproxy.com\//}" "${branch}"
git_pull_scripts ${repo_path} "${branch}" git_pull_scripts ${repo_path} "${branch}"
@ -241,14 +241,14 @@ run_extra_shell() {
## 脚本用法 ## 脚本用法
usage() { usage() {
echo -e "本脚本用法:" echo -e "本脚本用法:"
echo -e "1. $cmd_update update # 更新并重启青龙" echo -e "1. $cmd_update update # 更新并重启青龙"
echo -e "1. $cmd_update extra # 运行自定义脚本" echo -e "1. $cmd_update extra # 运行自定义脚本"
echo -e "3. $cmd_update raw <fileurl> # 更新单个脚本文件" 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 "5. $cmd_update rmlog <days> # 删除旧日志"
echo -e "6. $cmd_update code # 获取互助码" echo -e "6. $cmd_update code # 获取互助码"
echo -e "6. $cmd_update bot # 启动tg-bot" echo -e "6. $cmd_update bot # 启动tg-bot"
echo -e "7. $cmd_update reset # 重置青龙基础环境" echo -e "7. $cmd_update reset # 重置青龙基础环境"
} }
## 更新qinglong ## 更新qinglong

View File

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