diff --git a/include/source.h b/include/source.h index 3ffcf90..ba3c148 100644 --- a/include/source.h +++ b/include/source.h @@ -6,7 +6,7 @@ * Contributors : Shengwei Chen <414685209@qq.com> * | * Created on : <2023-08-29> - * Last modified : <2024-08-23> + * Last modified : <2024-09-14> * * 镜像站与换源信息 * ------------------------------------------------------------*/ @@ -83,16 +83,17 @@ Nju = {"nju", "NJU", "南京大学开源镜像站", /** * 商业公司提供的源 - * - * @warning 腾讯软件源中,有很多链接都已失效,请仔细检查 */ MirrorSite Ali = {"ali", "Ali OPSX", "阿里巴巴开源镜像站", "https://developer.aliyun.com/mirror/", "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}, + 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/", "https://mirrors.huaweicloud.com/debian" Big_File_debian }, diff --git a/src/recipe/menu.c b/src/recipe/menu.c index f8c4b10..5f0eb47 100644 --- a/src/recipe/menu.c +++ b/src/recipe/menu.c @@ -5,7 +5,7 @@ * Contributors : Nil Null * Created On : <2023-09-01> * Major Revision : 1 - * Last Modified : <2024-09-13> + * Last Modified : <2024-09-14> * ------------------------------------------------------------*/ /* Begin Target Matrix */ @@ -127,7 +127,7 @@ static const char static MirrorSite* available_mirrors[] = { &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, // 暂不支持 &NugetOrg // 不要列出 &Upstream 和 &UserDdefine