refactor(initialization): 调整镜像源

This commit is contained in:
2025-08-29 00:58:17 +08:00
parent d70112216f
commit 9f6c86dbbc
3 changed files with 25 additions and 34 deletions

View File

@@ -72,12 +72,6 @@ export const PYTHON_MIRRORS: MirrorConfig[] = [
url: 'https://mirrors.tuna.tsinghua.edu.cn/python/3.12.0/python-3.12.0-embed-amd64.zip',
speed: null,
},
{
key: 'ustc',
name: '中科大镜像',
url: 'https://mirrors.ustc.edu.cn/python/3.12.0/python-3.12.0-embed-amd64.zip',
speed: null,
},
{
key: 'huawei',
name: '华为云镜像',
@@ -120,12 +114,6 @@ export const PIP_MIRRORS: MirrorConfig[] = [
url: 'https://mirrors.aliyun.com/pypi/simple/',
speed: null,
},
{
key: 'douban',
name: '豆瓣',
url: 'https://pypi.douban.com/simple/',
speed: null,
},
]
/**