Change name to menu

This commit is contained in:
Aoran Zeng 2024-08-21 22:33:52 +08:00
parent 81b4bbb4b5
commit 96fde8a2f7
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
3 changed files with 5 additions and 5 deletions

View File

@ -5,12 +5,12 @@
! Contributors : Nul None <nul@none.org> ! Contributors : Nul None <nul@none.org>
! | ! |
! Created On : <2024-08-19> ! Created On : <2024-08-19>
! Last Modified : <2024-08-19> ! Last Modified : <2024-08-22>
! ---------------------------------------------------------- --> ! ---------------------------------------------------------- -->
# Write A Recipe Even If You Don't Know C # Write A Recipe Even If You Don't Know C
# 你是主厨 Chef # 介绍
**`chsrc` 不仅是一个命令行工具,同时也是一个换源框架,它甚至使你能够在不了解C语言的情况下编写出新的换源方法(recipe)。** **`chsrc` 不仅是一个命令行工具,同时也是一个换源框架,它甚至使你能够在不了解C语言的情况下编写出新的换源方法(recipe)。**
@ -56,7 +56,7 @@
5. 可以使用 `chsrc.h` 中暴露出的任何 `chsrc_` 开头的函数或宏 5. 可以使用 `chsrc.h` 中暴露出的任何 `chsrc_` 开头的函数或宏
6. 在 `catalog.c` 中添加用户可以使用的 `target` 别名 6. 在 `menu.c` 中添加用户可以使用的 `target` 别名
7. 构建并运行 `chsrc set <target>` 测试,若无问题可提交 Pull Request 7. 构建并运行 `chsrc set <target>` 测试,若无问题可提交 Pull Request

View File

@ -11,7 +11,7 @@
* | BlockLune <blocklune@gmail.com> * | BlockLune <blocklune@gmail.com>
* | * |
* Created On : <2023-08-28> * Created On : <2023-08-28>
* Last Modified : <2024-08-19> * Last Modified : <2024-08-22>
* *
* chsrc: Change Source * chsrc: Change Source
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
@ -95,7 +95,7 @@
#include "recipe/ware/Docker-Hub.c" #include "recipe/ware/Docker-Hub.c"
#include "recipe/ware/Anaconda.c" #include "recipe/ware/Anaconda.c"
#include "recipe/catalog.c" #include "recipe/menu.c"
static const char * static const char *