From 30537d3d693da7c010f49f09acd0a89e430a6dd9 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Mon, 23 Sep 2024 22:29:32 +0800 Subject: [PATCH] Add Tencent back as source for `Node.js` [GitHub #84] --- src/recipe/lang/Node.js/common.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/recipe/lang/Node.js/common.h b/src/recipe/lang/Node.js/common.h index 9dfa2ea..fee3d3d 100644 --- a/src/recipe/lang/Node.js/common.h +++ b/src/recipe/lang/Node.js/common.h @@ -5,7 +5,7 @@ * Contributors : Nul None * Created On : <2023-09-09> * Major Revision : 1 - * Last Modified : <2024-09-13> + * Last Modified : <2024-09-23> * ------------------------------------------------------------*/ static MirrorSite @@ -15,17 +15,21 @@ NpmMirror = {"npmmirror", "npmmirror", "npmmirror (阿里云赞助)", " /** - * @time 2024-04-18 更新 + * @update 2024-09-23 + * @sync https://github.com/RubyMetric/chsrc/wiki/Node.js-MirrorSite + * @sync https://github.com/RubyMetric/chsrc/discussions/85 + * * @note { * Sjtug, Tuna, Lzuoss, Jlu, Bfsu, 网易,搜狐 都没有 - * 腾讯软件源的npm源一直未证实是否可用 * } + * */ static SourceInfo pl_nodejs_sources[] = { {&Upstream, "https://registry.npmjs.org/"}, // @note 根据 pnpm 官网,有最后的斜线 {&NpmMirror, "https://registry.npmmirror.com"}, {&Huawei, "https://mirrors.huaweicloud.com/repository/npm/"}, + {&Tencent, "https://mirrors.cloud.tencent.com/npm/"}, {&Zju, "https://mirrors.zju.edu.cn/npm"} }; def_sources_n(pl_nodejs);