Rename doc

This commit is contained in:
Aoran Zeng 2025-08-11 04:06:52 +08:00
parent 7e00a49078
commit 8531a2c80e
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
! SPDX-License-Identifier: GFDL-1.3-or-later ! SPDX-License-Identifier: GFDL-1.3-or-later
! ------------------------------------------------------------- ! -------------------------------------------------------------
! Doc Type : Markdown ! Doc Type : Markdown
! Doc Name : 01-Develop.md ! Doc Name : 01-开发与构建.md
! Doc Authors : Aoran Zeng <ccmywish@qq.com> ! Doc Authors : Aoran Zeng <ccmywish@qq.com>
! Contributors : Nul None <nul@none.org> ! Contributors : Nul None <nul@none.org>
! | ! |

View File

@ -2,7 +2,7 @@
! SPDX-License-Identifier: GFDL-1.3-or-later ! SPDX-License-Identifier: GFDL-1.3-or-later
! ------------------------------------------------------------- ! -------------------------------------------------------------
! Doc Type : Markdown ! Doc Type : Markdown
! Doc Name : 03-CONTRIBUTING.md ! Doc Name : 02-提交与贡献.md
! Doc Authors : Aoran Zeng <ccmywish@qq.com> ! Doc Authors : Aoran Zeng <ccmywish@qq.com>
! Contributors : Nul None <nul@none.org> ! Contributors : Nul None <nul@none.org>
! | ! |

View File

@ -2,7 +2,7 @@
! SPDX-License-Identifier: GFDL-1.3-or-later ! SPDX-License-Identifier: GFDL-1.3-or-later
! ------------------------------------------------------------- ! -------------------------------------------------------------
! Doc Type : Markdown ! Doc Type : Markdown
! Doc Name : 04-为什么拒绝使用代码格式化工具.md ! Doc Name : 03-为什么拒绝使用代码格式化工具.md
! Doc Authors : Aoran Zeng <ccmywish@qq.com> ! Doc Authors : Aoran Zeng <ccmywish@qq.com>
! Contributors : Nul None <nul@none.org> ! Contributors : Nul None <nul@none.org>
! Created On : <2025-08-10> ! Created On : <2025-08-10>

View File

@ -7,7 +7,7 @@
* Contributors : Shengwei Chen <414685209@qq.com> * Contributors : Shengwei Chen <414685209@qq.com>
* | * |
* Created On : <2023-08-29> * Created On : <2023-08-29>
* Last Modified : <2025-08-10> * Last Modified : <2025-08-11>
* *
* chsrc struct * chsrc struct
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
@ -91,7 +91,7 @@ Source_t;
#define DelegateToMirror NULL #define DelegateToMirror NULL
/* 看到该注释的贡献者,你可以帮忙寻找专用测速链接 */ /* 看到该注释的贡献者,你可以帮忙寻找专用测速链接 */
#define NeedContribute NULL #define NeedContribute NULL
/* 由 _sources_prepare 填充 */ /* 由 prelude() 填充 */
#define FeedByPrelude NULL #define FeedByPrelude NULL
#define def_sources_n(t) const size_t t##_sources_n = xy_arylen(t##_sources) #define def_sources_n(t) const size_t t##_sources_n = xy_arylen(t##_sources)