Add speed URL for MirrorZ

This commit is contained in:
Aoran Zeng 2025-07-14 16:34:12 +08:00
parent 3a1ec43d8d
commit 43dd694054
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
2 changed files with 2 additions and 2 deletions

View File

@ -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 =

View File

@ -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;