Update(pip.vue): 添加清华大学镜像

pull/324/head
Zhizhong Yan 2024-07-21 09:28:37 +08:00
parent 1c6d7b358d
commit 25d90664de
No known key found for this signature in database
GPG Key ID: F437E10C3FC0639D
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@
<a-radio-button value="https://mirror.nju.edu.cn/pypi/web/simple">
南京大学镜像
</a-radio-button>
<a-radio-button value="https://pypi.tuna.tsinghua.edu.cn/simple">
清华大学镜像
</a-radio-button>
</a-radio-group>
<div class="form-help">设置后立即生效即使关闭ds也会继续保持</div>
</a-form-item>