🚧 support proxy url

This commit is contained in:
微凉
2021-12-08 10:33:26 +08:00
parent b8698700ef
commit 190c8001a5
11 changed files with 45 additions and 13 deletions

View File

@ -33,6 +33,8 @@ type Account struct {
SiteId string `json:"site_id"`
OnedriveType string `json:"onedrive_type"`
WebdavProxy bool `json:"webdav_proxy"`
AllowProxy bool `json:"allow_proxy"`
ProxyUrl string `json:"proxy_url"`
}
var accountsMap = map[string]Account{}