fix(115): allow use proxy directly (close #5324)

This commit is contained in:
Andy Hsu 2023-10-02 13:58:48 +08:00
parent e1ef690784
commit e8958019d9

View File

@ -13,10 +13,10 @@ 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,
}