🌿 优化了一些代码

This commit is contained in:
微凉
2021-01-19 17:19:48 +08:00
parent 434eb25408
commit b9676182c9
5 changed files with 113 additions and 95 deletions

View File

@ -8,6 +8,7 @@ import (
var(
Debug bool
Help bool
Version bool
Con string
Client *http.Client
Authorization string
@ -20,7 +21,7 @@ var(
var Conf = new(Config)
const (
VERSION="v0.1.5"
VERSION="v0.1.6"
ImageThumbnailProcess="image/resize,w_50"
VideoThumbnailProcess="video/snapshot,t_0,f_jpg,w_50"