proxy字段修复

This commit is contained in:
starry
2025-06-21 00:15:27 +08:00
committed by GitHub
parent 207a03a511
commit 35651e214f

View File

@@ -41,7 +41,7 @@ type AppConfig struct {
WhiteList []string `toml:"whiteList"` // 代理白名单(仓库级别)
BlackList []string `toml:"blackList"` // 代理黑名单(仓库级别)
Proxy string `toml:"proxy"` // 代理地址: 支持 http/https/socks5/socks5h
} `toml:"proxy"`
} `toml:"access"`
Download struct {
MaxImages int `toml:"maxImages"` // 单次下载最大镜像数量限制