refactor(mirrors): 修改git推荐镜像站,移除无效镜像站
This commit is contained in:
@@ -45,15 +45,7 @@ export const GIT_MIRROR_MIRRORS: MirrorConfig[] = [
|
|||||||
type: 'mirror',
|
type: 'mirror',
|
||||||
chinaConnectivity: 'good',
|
chinaConnectivity: 'good',
|
||||||
description: 'Cloudflare CDN 镜像,适合全球用户',
|
description: 'Cloudflare CDN 镜像,适合全球用户',
|
||||||
},
|
recommended: true,
|
||||||
{
|
|
||||||
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: '香港节点镜像,对中国大陆用户友好',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'ghproxy_fastly',
|
key: 'ghproxy_fastly',
|
||||||
@@ -72,7 +64,6 @@ export const GIT_MIRROR_MIRRORS: MirrorConfig[] = [
|
|||||||
type: 'mirror',
|
type: 'mirror',
|
||||||
chinaConnectivity: 'good',
|
chinaConnectivity: 'good',
|
||||||
description: 'EdgeOne 镜像服务',
|
description: 'EdgeOne 镜像服务',
|
||||||
recommended: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'ghfast',
|
key: 'ghfast',
|
||||||
|
|||||||
Reference in New Issue
Block a user