From 3ab49efbb56de4bf568fe42c26dca78b06783545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E5=BD=B1=E6=98=9F=E8=BE=B0?= Date: Wed, 22 Apr 2026 20:28:30 +0800 Subject: [PATCH] feat: add other mirror sites for regional server acceleration. --- class/projectModel/pythonModel.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/class/projectModel/pythonModel.py b/class/projectModel/pythonModel.py index 5a3546f6..1629c776 100644 --- a/class/projectModel/pythonModel.py +++ b/class/projectModel/pythonModel.py @@ -80,7 +80,11 @@ class main(projectBase): "豆瓣": "https://pypi.douban.com/simple/", "腾讯云": "https://mirrors.cloud.tencent.com/pypi/simple", "华为云": "https://mirrors.huaweicloud.com/repository/pypi/simple", - "网易": "https://mirrors.163.com/pypi/simple/" + "网易": "https://mirrors.163.com/pypi/simple/", + "华中科技大学": "https://mirrors.hust.edu.cn/pypi/web/simple", + "南京大学": "https://mirror.nju.edu.cn/pypi/web/simple", + "北京大学": "https://mirrors.pku.edu.cn/pypi/web/simple", + "校园网联合镜像站": "https://mirrors.cernet.edu.cn/pypi/web/simple", } def __init__(self):