mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-16 12:17:27 +08:00
Add speed URL for MirrorZ
This commit is contained in:
parent
3a1ec43d8d
commit
43dd694054
@ -30,7 +30,7 @@ MirrorSite_t MirrorZ =
|
||||
{
|
||||
IS_GeneralMirrorSite,
|
||||
"mirrorz", "MirrorZ", "校园网联合镜像站(MirrorZ)", "https://mirrors.cernet.edu.cn/",
|
||||
{SKIP, "功能特殊无法测速,跳过", "SKIP because of its special function", NULL, ROUGH}
|
||||
{NotSkip, NA, NA, "https://mirrors.cernet.edu.cn/ubuntu/dists/noble/Contents-amd64.gz", ROUGH}
|
||||
},
|
||||
|
||||
Tuna =
|
||||
|
@ -18,7 +18,7 @@ typedef struct ProviderSpeedMeasureInfo_t
|
||||
char *skip_reason_CN; /* 跳过的原因(中文)*/
|
||||
char *skip_reason_EN; /* 跳过的原因(英文)*/
|
||||
char *url; /* 测速链接 */
|
||||
bool accurate; /* 是否为精准测速,上游源和专用镜像站为true,通用镜像站为false*/
|
||||
bool accurate; /* 是否为精准测速,上游源和专用镜像站为 ACCURATE,通用镜像站为 ROUGH */
|
||||
}
|
||||
ProviderSpeedMeasureInfo_t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user