From 19537698eb4452fe0ae02d65989c74290159ee05 Mon Sep 17 00:00:00 2001 From: MoeSnowyFox Date: Fri, 12 Sep 2025 23:34:57 +0800 Subject: [PATCH] =?UTF-8?q?:wastebasket:=20=E8=BF=81=E7=A7=BBgithub?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/config/mirrors.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/config/mirrors.ts b/frontend/src/config/mirrors.ts index c9e2931..dcf952f 100644 --- a/frontend/src/config/mirrors.ts +++ b/frontend/src/config/mirrors.ts @@ -25,7 +25,7 @@ export const GIT_OFFICIAL_MIRRORS: MirrorConfig[] = [ { key: 'github', name: 'GitHub 官方', - url: 'https://github.com/DLmaster361/AUTO_MAA.git', + url: 'https://github.com/AUTO-MAS-Project/AUTO-MAS.git', speed: null, type: 'official', chinaConnectivity: 'poor', @@ -40,7 +40,7 @@ export const GIT_MIRROR_MIRRORS: MirrorConfig[] = [ { key: 'ghproxy_cloudflare', name: 'gh-proxy (Cloudflare)', - url: 'https://gh-proxy.com/https://github.com/DLmaster361/AUTO_MAA.git', + url: 'https://gh-proxy.com/https://github.com/AUTO-MAS-Project/AUTO-MAS.git', speed: null, type: 'mirror', chinaConnectivity: 'good', @@ -50,7 +50,7 @@ export const GIT_MIRROR_MIRRORS: MirrorConfig[] = [ { key: 'ghproxy_fastly', name: 'gh-proxy (Fastly CDN)', - url: 'https://cdn.gh-proxy.com/https://github.com/DLmaster361/AUTO_MAA.git', + url: 'https://cdn.gh-proxy.com/https://github.com/AUTO-MAS-Project/AUTO-MAS.git', speed: null, type: 'mirror', chinaConnectivity: 'good', @@ -59,7 +59,7 @@ export const GIT_MIRROR_MIRRORS: MirrorConfig[] = [ { key: 'ghproxy_edgeone', name: 'gh-proxy (EdgeOne)', - url: 'https://edgeone.gh-proxy.com/https://github.com/DLmaster361/AUTO_MAA.git', + url: 'https://edgeone.gh-proxy.com/https://github.com/AUTO-MAS-Project/AUTO-MAS.git', speed: null, type: 'mirror', chinaConnectivity: 'good', @@ -68,7 +68,7 @@ export const GIT_MIRROR_MIRRORS: MirrorConfig[] = [ { key: 'ghfast', name: 'ghfast 镜像', - url: 'https://ghfast.top/https://github.com/DLmaster361/AUTO_MAA.git', + url: 'https://ghfast.top/https://github.com/AUTO-MAS-Project/AUTO-MAS.git', speed: null, type: 'mirror', chinaConnectivity: 'good',