Disable most sources from netease

This commit is contained in:
Aoran Zeng
2025-06-20 16:22:58 +08:00
parent 5b70f7fd8c
commit c60e740549
12 changed files with 27 additions and 27 deletions

View File

@@ -36,7 +36,7 @@ static Source_t pl_python_sources[] =
// {&Tencent_Intra, "https://mirrors.cloud.tencentyun.com/pypi/simple"},
{&Huawei, "https://mirrors.huaweicloud.com/repository/pypi/simple"},
{&Hust, "https://mirrors.hust.edu.cn/pypi/web/simple"}
// {&Netease, "https://mirrors.163.com/.help/pypi.html"} //用,24小时更新一次
// {&Netease, "https://mirrors.163.com/.help/pypi.html"} /*启用原因:24小时更新一次 */
};
def_sources_n(pl_python);