Skip to content

Commit f4483a4

Browse files
committed
Move last message to rawstr4c.md
1 parent acc55c7 commit f4483a4

File tree

3 files changed

+25
-18
lines changed

3 files changed

+25
-18
lines changed

src/chsrc-main.c

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -432,22 +432,12 @@ iterate_targets_ (const char ***array, size_t size, const char *input, const cha
432432
void
433433
cli_notify_lastly_for_users ()
434434
{
435-
char *msg = "2025-07-15:\n\n"
436-
437-
" * 精准测速: 能真实反映你未来使用该资源时的速度,因为它直接测量你关注的那个资源。\n"
438-
" * 模糊测速: 仅代表该镜像站提供服务的一个可能速度。因而可能会出现测速数值较高,但实际使用体验不佳的现象。\n\n"
439-
440-
"当你遇到模糊测速时,请尽可能向我们提交准确的测速链接。\n"
441-
"邀请您担任 Chef 或 Taster, 为用户把关您熟悉的秘制菜肴 (recipe): <https://github.com/RubyMetric/chsrc/issues/130>\n";
442-
443-
br();br();
444-
445-
chsrc_note2 (msg);
435+
br();
436+
chsrc_note2 (RAWSTR_chsrc_last_message);
446437
}
447438

448439

449440

450-
451441
typedef enum {
452442
TargetOp_Get_Source = 1,
453443
TargetOp_Set_Source,

0 commit comments

Comments
 (0)