feat(cloudreve): folder size count and switch (#5457 close #5395)

This commit is contained in:
itsHenry
2023-11-04 13:35:09 +08:00
committed by GitHub
parent a6325967d0
commit 65c5ec0c34
4 changed files with 21 additions and 5 deletions

View File

@ -9,11 +9,12 @@ type Addition struct {
// Usually one of two
driver.RootPath
// define other
Address string `json:"address" required:"true"`
Username string `json:"username"`
Password string `json:"password"`
Cookie string `json:"cookie"`
CustomUA string `json:"custom_ua"`
Address string `json:"address" required:"true"`
Username string `json:"username"`
Password string `json:"password"`
Cookie string `json:"cookie"`
CustomUA string `json:"custom_ua"`
EnableThumbAndFolderSize bool `json:"enable_thumb_and_folder_size"`
}
var config = driver.Config{