Split emacs out

This commit is contained in:
Aoran Zeng
2024-08-09 02:46:25 +08:00
parent fceb0363de
commit f1557f6e01
4 changed files with 131 additions and 139 deletions

View File

@@ -550,7 +550,7 @@ chsrc_say_lastly (SourceInfo *source, const char *last_word)
{
chsrc_log ("半自动换源完成,仍需按上述提示手工操作");
}
chsrc_warn ("若您有完全自动化的换源方案,邀您帮助: chsrc issue");
chsrc_warn ("若您有更好的换源方案,邀您帮助: chsrc issue");
}
else if (xy_streql (ChsrcTypeManual, last_word))
{
@@ -569,7 +569,7 @@ chsrc_say_lastly (SourceInfo *source, const char *last_word)
{
chsrc_log ("因实现约束需按上述提示手工操作");
}
chsrc_warn ("若您有完全自动化的换源方案,邀您帮助: chsrc issue");
chsrc_warn ("若您有更好的换源方案,邀您帮助: chsrc issue");
}
else if (xy_streql (ChsrcTypeUntested, last_word))
{