Update Python sources

This commit is contained in:
Aoran Zeng
2023-09-10 14:12:39 +08:00
parent 502057998a
commit bc2bdf317b

View File

@@ -148,11 +148,9 @@ pl_ruby_sources[] = {
/**
* 2023-09-05 更新
* 2023-09-10 更新
*
* @note 不要添加Zju浙大的pypi在校外访问会自动转向Tuna
*
* TODO: 列表暂时未添加商业公司源
*/
pl_python_sources[] = {
{&Bfsu, "https://mirrors.bfsu.edu.cn/pypi/web/simple"},
@@ -160,6 +158,9 @@ pl_python_sources[] = {
{&Jlu, "https://mirrors.jlu.edu.cn/pypi/web/simple"},
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/pypi/web/simple"},
{&Tuna, "https://pypi.tuna.tsinghua.edu.cn/simple"},
{&Ali, "https://mirrors.aliyun.com/pypi/simple/"},
{&Tencent, "https://mirrors.cloud.tencent.com/pypi/simple"}
// {&Netease, "https://mirrors.163.com/.help/pypi.html"} // 不用24小时更新一次
},