mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-04-23 12:44:15 +08:00
other: site -> url
This commit is contained in:
parent
58327a60be
commit
5535082bd7
@ -668,14 +668,14 @@ select_mirror_autoly (SourceInfo *sources, size_t size, const char *target_name)
|
||||
: " 目前唯一可用镜像站,感谢他们的慷慨支持";
|
||||
const char *name = CliOpt_InEnglish ? sources[fast_idx].mirror->abbr
|
||||
: sources[fast_idx].mirror->name;
|
||||
chsrc_succ (xy_strjoin (5, name, is, target_name, msg, " - ", sources[fast_idx].mirror->site));
|
||||
chsrc_succ (xy_strjoin (5, name, is, target_name, msg, " - ", sources[fast_idx].url));
|
||||
}
|
||||
else
|
||||
{
|
||||
char *msg = CliOpt_InEnglish ? "FASTEST mirror site: " : "最快镜像站: ";
|
||||
const char *name = CliOpt_InEnglish ? sources[fast_idx].mirror->abbr
|
||||
: sources[fast_idx].mirror->name;
|
||||
say (xy_strjoin (4, msg, green(name), " - ", sources[fast_idx].mirror->site));
|
||||
say (xy_strjoin (4, msg, green(name), " - ", sources[fast_idx].url));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user