uv项目中配置国内镜像源

This commit is contained in:
2025-12-24 23:05:10 +08:00
parent 4320503209
commit f84a1e2aa8

View File

@@ -104,6 +104,10 @@ packages = []
default-groups = ["storage", "tools", "vdb"]
package = false
# 配置国内镜像源
index-url = "https://mirrors.aliyun.com/pypi/simple/"
# extra-index-url = ["https://pypi.tuna.tsinghua.edu.cn/simple/"]
[dependency-groups]
############################################################