From 35651e214f6edfecdc52cbddfceaef97009cb02a Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Sat, 21 Jun 2025 00:15:27 +0800 Subject: [PATCH] =?UTF-8?q?proxy=E5=AD=97=E6=AE=B5=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.go b/src/config.go index fd22dc5..1dbae37 100644 --- a/src/config.go +++ b/src/config.go @@ -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"` // 单次下载最大镜像数量限制