Add dev-mirror manager for npm, pip, cargo, go, gem, docker
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"npm": {
|
||||
"china": "https://registry.npmmirror.com",
|
||||
"official": "https://registry.npmjs.org/"
|
||||
},
|
||||
"pip": {
|
||||
"china": "https://pypi.tuna.tsinghua.edu.cn/simple",
|
||||
"official": "https://pypi.org/simple"
|
||||
},
|
||||
"cargo": {
|
||||
"china": "sparse+https://rsproxy.cn/index/",
|
||||
"official": "sparse+https://index.crates.io/"
|
||||
},
|
||||
"go": {
|
||||
"china": "https://goproxy.cn,direct",
|
||||
"official": "https://proxy.golang.org,direct"
|
||||
},
|
||||
"gem": {
|
||||
"china": "https://mirrors.tuna.tsinghua.edu.cn/rubygems/",
|
||||
"official": "https://rubygems.org/"
|
||||
},
|
||||
"docker": {
|
||||
"china": "https://docker.m.daocloud.io",
|
||||
"official": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user