Only use affirmative mirror for ruby

This commit is contained in:
Aoran Zeng 2023-09-15 15:14:53 +08:00
parent 643a06433f
commit 3ae0d7f706

View File

@ -135,6 +135,11 @@ typedef struct {
* 2023-09-15
*
* @note
*
* BFSU Tuna gem的所有版本
*
* @note
* :
* 1.
* 2. 4.5MB甚至以上
* 3. tuna 3MB以下
@ -143,13 +148,12 @@ typedef struct {
*/
static source_info
pl_ruby_sources[] = {
{&Bfsu, "https://mirrors.bfsu.edu.cn/rubygems/"},
{&Tencent, "https://mirrors.tencent.com/rubygems/"},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rubygems/"},
// Ruby China 给的链接是不带后缀 / 的,不知道是否带后缀会影响
// 如有问题请报告
{&RubyChina, "https://gems.ruby-china.com/"},
{&Ali, "https://mirrors.aliyun.com/rubygems/"},
// {&Bfsu, "https://mirrors.bfsu.edu.cn/rubygems/"},
// {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rubygems/"},
// {&Ali, "https://mirrors.aliyun.com/rubygems/"},
},