Adjust some order

This commit is contained in:
Aoran Zeng 2024-05-25 00:59:20 +08:00
parent 5aee20f634
commit e606185c86

View File

@ -3,7 +3,7 @@
* License : GPLv3 * License : GPLv3
* Authors : Aoran Zeng <ccmywish@qq.com> * Authors : Aoran Zeng <ccmywish@qq.com>
* Created on : <2023-08-29> * Created on : <2023-08-29>
* Last modified : <2024-05-24> * Last modified : <2024-05-25>
* *
* sources: * sources:
* *
@ -126,7 +126,7 @@ MirrorInfo
MirrorInfo* MirrorInfo*
available_mirrors[] = { available_mirrors[] = {
&MirrorZ, &Tuna, &Sjtug_Zhiyuan, &Hust, &Zju, &Lzuoss, &Jlu, &Bfsu, &Pku, &Bjtu, &Sustech, &Ustc, &Nju, // &Cqu, &MirrorZ, &Tuna, &Sjtug_Zhiyuan, &Zju, &Lzuoss, &Jlu, &Bfsu, &Pku, &Bjtu, &Sustech, &Ustc, &Hust, &Nju, // &Cqu,
&Ali, &Tencent, &Huawei, &Netease, &Sohu, &Api7, &Ali, &Tencent, &Huawei, &Netease, &Sohu, &Api7,
&RubyChina, &EmacsChina, &NpmMirror, &GoProxyCN, &GoProxyIO, &RubyChina, &EmacsChina, &NpmMirror, &GoProxyCN, &GoProxyIO,
// 暂不支持 &NugetOrg // 暂不支持 &NugetOrg
@ -151,7 +151,7 @@ typedef struct {
/** /**
* 2024-04-18 * 2024-05-25
* *
* @note * @note
* *
@ -170,9 +170,9 @@ typedef struct {
*/ */
static SourceInfo static SourceInfo
pl_ruby_sources[] = { pl_ruby_sources[] = {
{&Huawei, "https://mirrors.huaweicloud.com/repository/rubygems/"},
{&Tencent, "https://mirrors.tencent.com/rubygems/"}, {&Tencent, "https://mirrors.tencent.com/rubygems/"},
{&RubyChina, "https://gems.ruby-china.com/"}, {&RubyChina, "https://gems.ruby-china.com/"}
{&Huawei, "https://mirrors.huaweicloud.com/repository/rubygems/"}
// {&Bfsu, "https://mirrors.bfsu.edu.cn/rubygems/"}, // {&Bfsu, "https://mirrors.bfsu.edu.cn/rubygems/"},
// {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rubygems/"}, // {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rubygems/"},