mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-08 11:14:03 +08:00
Add tencent cloud intra
[Gitee #I81YOZ]
This commit is contained in:
parent
9054584280
commit
97ae3af72c
@ -6,7 +6,7 @@
|
|||||||
* Contributors : Shengwei Chen <414685209@qq.com>
|
* Contributors : Shengwei Chen <414685209@qq.com>
|
||||||
* |
|
* |
|
||||||
* Created on : <2023-08-29>
|
* Created on : <2023-08-29>
|
||||||
* Last modified : <2024-08-23>
|
* Last modified : <2024-09-14>
|
||||||
*
|
*
|
||||||
* 镜像站与换源信息
|
* 镜像站与换源信息
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
@ -83,16 +83,17 @@ Nju = {"nju", "NJU", "南京大学开源镜像站",
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 商业公司提供的源
|
* 商业公司提供的源
|
||||||
*
|
|
||||||
* @warning 腾讯软件源中,有很多链接都已失效,请仔细检查
|
|
||||||
*/
|
*/
|
||||||
MirrorSite
|
MirrorSite
|
||||||
Ali = {"ali", "Ali OPSX", "阿里巴巴开源镜像站", "https://developer.aliyun.com/mirror/",
|
Ali = {"ali", "Ali OPSX", "阿里巴巴开源镜像站", "https://developer.aliyun.com/mirror/",
|
||||||
"https://mirrors.aliyun.com/deepin-cd" Big_File_deepin},
|
"https://mirrors.aliyun.com/deepin-cd" Big_File_deepin},
|
||||||
|
|
||||||
Tencent = {"tencent", "Tencent", "腾讯软件源", "https://mirrors.tencent.com/",
|
Tencent = {"tencent", "Tencent", "腾讯软件源(公网)", "https://mirrors.tencent.com/",
|
||||||
"https://mirrors.cloud.tencent.com/debian" Big_File_debian},
|
"https://mirrors.cloud.tencent.com/debian" Big_File_debian},
|
||||||
|
|
||||||
|
Tencent_Intra = {"tencent-intra", "Tencent Intranet", "腾讯软件源(内网)", "https://mirrors.tencentyun.com/",
|
||||||
|
"https://mirrors.cloud.tencentyun.com/debian" Big_File_debian},
|
||||||
|
|
||||||
Huawei = {"huawei", "Huawei Cloud", "华为开源镜像站", "https://mirrors.huaweicloud.com/",
|
Huawei = {"huawei", "Huawei Cloud", "华为开源镜像站", "https://mirrors.huaweicloud.com/",
|
||||||
"https://mirrors.huaweicloud.com/debian" Big_File_debian },
|
"https://mirrors.huaweicloud.com/debian" Big_File_debian },
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Contributors : Nil Null <nil@null.org>
|
* Contributors : Nil Null <nil@null.org>
|
||||||
* Created On : <2023-09-01>
|
* Created On : <2023-09-01>
|
||||||
* Major Revision : 1
|
* Major Revision : 1
|
||||||
* Last Modified : <2024-09-13>
|
* Last Modified : <2024-09-14>
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
/* Begin Target Matrix */
|
/* Begin Target Matrix */
|
||||||
@ -127,7 +127,7 @@ static const char
|
|||||||
static MirrorSite*
|
static MirrorSite*
|
||||||
available_mirrors[] = {
|
available_mirrors[] = {
|
||||||
&MirrorZ, &Tuna, &Sjtug_Zhiyuan, &Zju, &Lzuoss, &Jlu, &Bfsu, &Pku, &Bjtu, &Sustech, &Ustc, &Hust, &Nju, // &Cqu,
|
&MirrorZ, &Tuna, &Sjtug_Zhiyuan, &Zju, &Lzuoss, &Jlu, &Bfsu, &Pku, &Bjtu, &Sustech, &Ustc, &Hust, &Nju, // &Cqu,
|
||||||
&Ali, &Tencent, &Huawei, &Volcengine, &Netease, &Sohu, &Api7, &Fit2Cloud,
|
&Ali, &Tencent, &Tencent_Intra, &Huawei, &Volcengine, &Netease, &Sohu, &Api7, &Fit2Cloud,
|
||||||
&RubyChina, &EmacsChina, &NpmMirror, &GoProxyCN, &GoProxyIO,
|
&RubyChina, &EmacsChina, &NpmMirror, &GoProxyCN, &GoProxyIO,
|
||||||
// 暂不支持 &NugetOrg
|
// 暂不支持 &NugetOrg
|
||||||
// 不要列出 &Upstream 和 &UserDdefine
|
// 不要列出 &Upstream 和 &UserDdefine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user