diff --git a/web/src/views/environment/GoView.vue b/web/src/views/environment/GoView.vue index 00e5eaca..d7bd1f71 100644 --- a/web/src/views/environment/GoView.vue +++ b/web/src/views/environment/GoView.vue @@ -15,8 +15,14 @@ const proxyLoading = ref(false) const proxyOptions = [ { label: $gettext('Official (proxy.golang.org)'), value: 'https://proxy.golang.org,direct' }, { label: $gettext('China - Qiniu (goproxy.cn)'), value: 'https://goproxy.cn,direct' }, - { label: $gettext('China - Alibaba (mirrors.aliyun.com)'), value: 'https://mirrors.aliyun.com/goproxy/,direct' }, - { label: $gettext('China - Tencent (mirrors.cloud.tencent.com)'), value: 'https://mirrors.cloud.tencent.com/go/,direct' } + { + label: $gettext('China - Alibaba (mirrors.aliyun.com)'), + value: 'https://mirrors.aliyun.com/goproxy/,direct' + }, + { + label: $gettext('China - Tencent (mirrors.tencent.com)'), + value: 'https://mirrors.tencent.com/go/,direct' + } ] // 获取当前代理设置 @@ -52,9 +58,7 @@ const handleSaveProxy = async () => { - +