Move last message to rawstr4c.md

This commit is contained in:
Aoran Zeng 2025-07-22 18:59:29 +08:00
parent acc55c7d91
commit f4483a40e7
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
3 changed files with 25 additions and 18 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

@ -43,8 +43,8 @@
chsrc <command> [options] [target] [mirror]
命令:
help, h 打印此帮助,或 -h, --help
issue 查看相关issue
help, h 打印此帮助,或 -h, --help
issue, i 查看相关issue
list, ls, l 列出可用镜像站和可换源目标
list mirror|target 列出支持的: 镜像站/换源目标
@ -93,8 +93,8 @@ USAGE:
chsrc <command> [options] [target] [mirror]
COMMANDS:
help, h Print this help, or -h, --help
issue See related issues
help, h Print this help, or -h, --help
issue, i See related issues
list, ls, l List available mirror sites and supported targets
list mirror|target List supported: mirror sites/supported targets
@ -161,3 +161,18 @@ Latest Mirror site status wiki:
- https://github.com/RubyMetric/chsrc/wiki
```
<br>
## 最后告诉用户一些维护信息
- name = `last_message`
```
* 精准测速: 能真实反映你未来使用该资源时的速度,因为它直接测量你关注的那个资源。
* 模糊测速: 仅代表该镜像站提供服务的一个可能速度。因而可能会出现测速数值较高,但实际使用体验不佳的现象。
当你遇到模糊测速时,请尽可能向我们提交准确的测速链接: chsrc issue
```