Add restore config method and ip plugin

This commit is contained in:
iwumingz 2022-04-09 18:06:31 +08:00
parent 4c6c0a4e6e
commit 19f12c4311
2 changed files with 2 additions and 2 deletions

View File

@ -160,4 +160,4 @@ download:
ip:
cmd: ip
format: -ip <IP地址|域名>
usage: 查询IP信息
usage: 查询IP地址或域名的信息

View File

@ -5,7 +5,7 @@ CONTAINER_NAME="sycgram"
GITHUB_IMAGE_NAME="iwumingz/${CONTAINER_NAME}"
GITHUB_IMAGE_PATH="ghcr.io/${GITHUB_IMAGE_NAME}"
PROJECT_PATH="/opt/${CONTAINER_NAME}"
PROJECT_VERSION="v1.1.2"
PROJECT_VERSION="v1.1.3"
red='\033[0;31m'
green='\033[0;32m'