功能扩展:PyPI新增中国科学技术大学镜像源选项
This commit is contained in:
parent
06fab427aa
commit
fb8ab18fc5
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ mirror_list = {
|
|||
"aliyun": "https://mirrors.aliyun.com/pypi/simple/",
|
||||
"tuna": "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple",
|
||||
"sjtu": "https://mirror.sjtu.edu.cn/pypi/web/simple",
|
||||
"ustc": "https://mirrors.ustc.edu.cn/pypi/simple",
|
||||
}
|
||||
|
||||
# 实例文件夹名
|
||||
|
|
|
@ -46,6 +46,7 @@ provide('current_state', current_state)
|
|||
<n-radio value="aliyun">阿里云镜像站</n-radio>
|
||||
<n-radio value="sjtu">上海交通大学镜像站</n-radio>
|
||||
<n-radio value="tuna">清华大学镜像站</n-radio>
|
||||
<n-radio value="ustc">中国科学技术大学镜像站</n-radio>
|
||||
</n-flex>
|
||||
</n-radio-group>
|
||||
</n-form-item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue