From c8b1bf6d081acc9cb4929638f056c0720472be32 Mon Sep 17 00:00:00 2001 From: AoXuan Date: Tue, 2 Sep 2025 15:09:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(mirrors):=20=E4=BF=AE=E6=94=B9git?= =?UTF-8?q?=E6=8E=A8=E8=8D=90=E9=95=9C=E5=83=8F=E7=AB=99=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E6=97=A0=E6=95=88=E9=95=9C=E5=83=8F=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/config/mirrors.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/frontend/src/config/mirrors.ts b/frontend/src/config/mirrors.ts index 00c0ae0..c9e2931 100644 --- a/frontend/src/config/mirrors.ts +++ b/frontend/src/config/mirrors.ts @@ -45,15 +45,7 @@ export const GIT_MIRROR_MIRRORS: MirrorConfig[] = [ type: 'mirror', chinaConnectivity: 'good', description: 'Cloudflare CDN 镜像,适合全球用户', - }, - { - key: 'ghproxy_hongkong', - name: 'gh-proxy (香港节点)', - url: 'https://hk.gh-proxy.com/https://github.com/DLmaster361/AUTO_MAA.git', - speed: null, - type: 'mirror', - chinaConnectivity: 'excellent', - description: '香港节点镜像,对中国大陆用户友好', + recommended: true, }, { key: 'ghproxy_fastly', @@ -72,7 +64,6 @@ export const GIT_MIRROR_MIRRORS: MirrorConfig[] = [ type: 'mirror', chinaConnectivity: 'good', description: 'EdgeOne 镜像服务', - recommended: true, }, { key: 'ghfast',