diff --git a/include/source.h b/include/source.h index 4c2a157..03c35f4 100644 --- a/include/source.h +++ b/include/source.h @@ -1,12 +1,11 @@ /** ------------------------------------------------------------ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- - * File Authors : Aoran Zeng - * | Heng Guo <2085471348@qq.com> + * File Authors : Aoran Zeng + * | Heng Guo <2085471348@qq.com> * Contributors : Shengwei Chen <414685209@qq.com> * | * Created On : <2023-08-29> - * Last Modified : <2024-10-04> * Last Modified : <2024-10-09> * * 通用镜像站与换源信息 @@ -80,9 +79,7 @@ Nju = {"nju", "NJU", "南京大学开源镜像站", "https://mirrors.nju.edu.cn/archlinux" Big_File_archlinux}; /** - * @note { - * [ccmywish:2023-09-05] 我只使用了不到5次,重庆大学镜像站就把我的ip封杀了,对用户来说封杀策略过严,暂时不可靠,暂时不用 - * } + * @note [ccmywish:2023-09-05] 我只使用了不到5次,重庆大学镜像站就把我的ip封杀了,对用户来说封杀策略过严,暂时不可靠,暂时不用 */ // Cqu = {"cqu", "CQU", "重庆大学开源软件镜像站", "https://mirrors.cqu.edu.cn/", // "https://mirrors.cqu.edu.cn/speedtest/1000mb.bin"}; diff --git a/src/chsrc-main.c b/src/chsrc-main.c index 7c09e43..6a38827 100644 --- a/src/chsrc-main.c +++ b/src/chsrc-main.c @@ -18,13 +18,13 @@ * | ChatGPT * | * Created On : <2023-08-28> - * Last Modified : <2024-10-28> + * Last Modified : <2024-10-29> * * chsrc: Change Source —— 全平台通用命令行换源工具 * ------------------------------------------------------------*/ -#define Chsrc_Version "0.1.9.1" -#define Chsrc_Release_Date "2024/10/28" +#define Chsrc_Version "0.1.9.1-dev1" +#define Chsrc_Release_Date "2024/10/29" #define Chsrc_Banner_Version "v" Chsrc_Version "-" Chsrc_Release_Date #define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc" #define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc" diff --git a/src/recipe/menu.c b/src/recipe/menu.c index 22bd50d..3eb84f0 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-10-02> + * Last Modified : <2024-10-29> * ------------------------------------------------------------*/ /* Begin Target Matrix */ @@ -135,13 +135,34 @@ static const char #undef t +/** + * @sync https://github.com/RubyMetric/chsrc/wiki + */ static MirrorSite* available_mirrors[] = { - &MirrorZ, &Tuna, &Sjtug_Zhiyuan, &Zju, &Lzuoss, &Jlu, &Bfsu, &Pku, &Bjtu, &Sustech, &Ustc, &Hust, &Nju, // &Cqu, - &Ali, // &Ali_ECS_VPC, &Ali_ECS_classic, + + /* 教育网 */ + &MirrorZ, &Tuna, &Sjtug_Zhiyuan, &Zju, &Lzuoss, &Jlu, &Bfsu, &Pku, &Bjtu, &Sustech, &Ustc, + + &Hust, &Iscas, &Scau, &Nju, + + // 已支持但未启用 + // &Cqu, + + /* 大型公司 */ + &Ali, // &Ali_ECS_VPC, &Ali_ECS_classic, &Tencent, // &Tencent_Intra, - &Huawei, &Volcengine, &Netease, &Sohu, &Api7, &Fit2Cloud, - &RubyChina, &EmacsChina, &NpmMirror, &GoProxyCN, &GoProxyIO, + &Huawei, + &Volcengine, + &Netease, + &Sohu, + + /* 公司 */ + &Api7, &Fit2Cloud, &DaoCloud, + + /* 专用镜像站 */ + &RubyChina, &EmacsChina, &NpmMirror, &GoProxyIO, &GoProxyCN, &RsProxyCN, + // 暂不支持 &NugetOrg // 不要列出 &Upstream 和 &UserDdefine };