feat(115): enable NoOverwriteUpload [skip ci] (close #3669)

This commit is contained in:
Andy Hsu 2023-03-05 17:59:19 +08:00
parent c915313ec9
commit 34ef6bd18d

View File

@ -12,10 +12,11 @@ type Addition struct {
} }
var config = driver.Config{ var config = driver.Config{
Name: "115 Cloud", Name: "115 Cloud",
DefaultRoot: "0", DefaultRoot: "0",
OnlyProxy: true, OnlyProxy: true,
OnlyLocal: true, OnlyLocal: true,
NoOverwriteUpload: true,
} }
func init() { func init() {