fix(vtencent): hack file with size 0 but actual size is not 0

- allow use another proxy for vtencent and chaoxing
This commit is contained in:
Andy Hsu
2023-11-23 22:29:04 +08:00
parent fe34d30d17
commit d455a232ef
4 changed files with 13 additions and 8 deletions

View File

@ -11,7 +11,7 @@ type Config struct {
DefaultRoot string `json:"default_root"`
CheckStatus bool `json:"-"`
Alert string `json:"alert"` //info,success,warning,danger
NoOverwriteUpload bool `json:"-"`
NoOverwriteUpload bool `json:"-"` // whether to support overwrite upload
}
func (c Config) MustProxy() bool {