Add specific mirror sites for ls mirror

This commit is contained in:
Aoran Zeng
2024-10-29 02:06:01 +08:00
parent 152ea4314f
commit 36b4d1e6de
3 changed files with 32 additions and 14 deletions

View File

@@ -18,13 +18,13 @@
* | ChatGPT <https://chatgpt.com>
* |
* 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"

View File

@@ -5,7 +5,7 @@
* Contributors : Nil Null <nil@null.org>
* 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
};