From bc2bdf317bf69e3f014e78410e4ea13690716d50 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sun, 10 Sep 2023 14:12:39 +0800 Subject: [PATCH] Update Python sources --- chsrc.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/chsrc.h b/chsrc.h index cb5d4bd..7115bce 100644 --- a/chsrc.h +++ b/chsrc.h @@ -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小时更新一次 },