File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 5252- ` source ` : 该 ` target ` 所能换的具体的源,由 ` mirror ` 提供服务,往往一个 ` mirror ` 会提供许多 ` source `
5353- ` recipe ` : 是为一个 ` target ` 定义的具体换源方法,请参考 ` src ` 目录中的 ` recipe ` 目录
5454
55+ - ** 换源 URL** : 指镜像站所提供的某一个具体的换源使用的URL
56+ - ** 测速 URL** : 用来测速的URL,与 "换源 URL" 不同,可分为 ** 精准测速** 和 ** 模糊测速**
57+
5558- ** 镜像源** : 为了方便,** 偶尔** 我们将直接称` mirror ` 和/或` source ` 为** 镜像源** ,这只是一种方便性的称呼,可以统称二者,也可以根据上下文指代二者之一
5659
5760<br >
7881
7982 该函数将填充 target 所有的必要信息,包括维护信息、换源信息
8083
81- 7 . 按需实现 ` _setsrc() ` ` _getsrc() ` ` _resetsrc() ` , 可以使用这些函数:
84+ 7 . [ 设置/修改 "换源 URL" 和 "测速 URL" (how?)] ( ./11-如何修改URL.md )
85+
86+ 8 . 按需实现 ` _setsrc() ` ` _getsrc() ` ` _resetsrc() ` , 可以使用这些函数:
8287
8388 1 . ` framework/core.c ` 中以 ` chsrc_ ` 开头的所有函数或宏
8489 2 . ` xy.h ` 中以 ` xy_ ` 开头的所有函数或宏
8590 3 . ` chec.c ` ` chef-helper.c ` 中以 ` chef_ ` 开头的所有函数或宏
8691
8792 一个简单的方法是,在 VS Code 中按快捷键 ` Ctrl-T ` 搜索上述三种前缀
8893
89- 8 . 在 ` recipe/menu.c ` 中登记此 target
94+ 9 . 在 ` recipe/menu.c ` 中登记此 target
9095
91- 9 . [ 编译、运行、测试 (how?)] ( ./01-Develop.md ) ,若无问题可提交 Pull Request
96+ 10 . [ 编译、运行、测试 (how?)] ( ./01-Develop.md ) ,若无问题可提交 Pull Request
9297
9398<br >
9499
You can’t perform that action at this time.
0 commit comments