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

pull/3727/head
Andy Hsu 2023-03-05 17:59:19 +08:00
parent c915313ec9
commit 34ef6bd18d
1 changed files with 5 additions and 4 deletions

View File

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