Fix ZJU nodejs source url

This commit is contained in:
Aoran Zeng 2023-09-09 16:52:05 +08:00
parent 25fa229852
commit a2dfbf63ba

View File

@ -173,7 +173,7 @@ pl_python_sources[] = {
*/ */
pl_nodejs_sources[] = { pl_nodejs_sources[] = {
{&NpmMirror, "https://registry.npmmirror.com"}, {&NpmMirror, "https://registry.npmmirror.com"},
{&Zju, "https://mirrors.zju.edu.cn/docs/npm/"} {&Zju, "https://mirrors.zju.edu.cn/npm"}
}, },