Return the second source

This commit is contained in:
Aoran Zeng 2024-06-05 14:48:29 +08:00
parent 739740b8a9
commit b2cba6ca27

View File

@ -81,7 +81,7 @@ query_mirror_exist (SourceInfo *sources, size_t size, char *target, char *input)
if (xy_streql ("first", input))
{
puts ("使用维护团队测速第一的源");
return 0;
return 1; // 返回第二个,因为第一个是上游默认源
}
int idx = 0;