feat(cloudreve): add custom user-agent (close #5020)

This commit is contained in:
Andy Hsu
2023-08-17 19:41:21 +08:00
parent 3b74f8cd9a
commit 3bbae29f93
2 changed files with 6 additions and 2 deletions

View File

@ -13,6 +13,7 @@ type Addition struct {
Username string `json:"username"`
Password string `json:"password"`
Cookie string `json:"cookie"`
CustomUA string `json:"custom_ua"`
}
var config = driver.Config{