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

@ -23,9 +23,9 @@ func init() {
op.RegisterDriver(func() driver.Driver {
return &Vtencent{
config: driver.Config{
Name: "腾讯智能创作平台",
Name: "VTencent",
OnlyProxy: true,
OnlyLocal: true,
OnlyLocal: false,
DefaultRoot: "9",
NoOverwriteUpload: true,
},