@@ -51,7 +51,9 @@ chsrc_register_contributors ()
5151{
5252 /* 项目创建者 */
5353 chef_register_contributor (
"@ccmywish" ,
"曾奥然" ,
"[email protected] " ,
NULL );
54+ // 该 ID 为 Gitee ID
5455 chef_register_contributor (
"@G_I_Y" ,
"郭恒" ,
"[email protected] " ,
NULL );
56+
5557 /* 所有贡献者 (按参与贡献时间排序) */
5658 chef_register_contributor (
"@Aaron-212" ,
"Aaron Ruan" ,
"[email protected] " ,
NULL );
5759 chef_register_contributor (
"@chenrui333" ,
"Rui Chen" ,
"[email protected] " ,
NULL );
@@ -65,21 +67,30 @@ chsrc_register_contributors ()
6567 chef_register_contributor (
"@Word2VecT" ,
"Word2VecT" ,
"[email protected] " ,
NULL );
6668 chef_register_contributor (
"@wickdynex" ,
"Xuan" ,
"[email protected] " ,
NULL );
6769 chef_register_contributor (
"@Efterklang" ,
"GnixAij" ,
"[email protected] " ,
NULL );
68- chef_register_contributor ("@ChatGPT" , "ChatGPT" , "chatgpt.com" , NULL );
6970 chef_register_contributor (
"@czyt" ,
"czyt" ,
"[email protected] " ,
NULL );
71+ chef_register_contributor (
"@XUANJI233" ,
"XUANJI233" ,
"[email protected] " ,
NULL );
72+ chef_register_contributor (
"@Yangmoooo" ,
"Yangmoooo" ,
"[email protected] " ,
NULL );
7073 chef_register_contributor (
"@zouri" ,
"Zouri" ,
"[email protected] " ,
NULL );
7174 chef_register_contributor (
"@xyx1926885268" ,
"Yongxiang" ,
"[email protected] " ,
NULL );
7275 chef_register_contributor (
"@YU-7" ,
"YU-7" ,
"[email protected] " ,
NULL );
7376 chef_register_contributor (
"@juzeon" ,
"juzeon" ,
"[email protected] " ,
NULL );
7477 chef_register_contributor (
"@jialinlvcn" ,
"Jialin Lyu" ,
"[email protected] " ,
NULL );
75- chef_register_contributor ("@GitHub Copilot" , "GitHub Copilot" , "github.com/copilot" , NULL );
7678 chef_register_contributor (
"@Kattos" ,
"ccy" ,
"[email protected] " ,
NULL );
7779 chef_register_contributor (
"@xrgzs" ,
"MadDogOwner" ,
"[email protected] " ,
NULL );
7880 chef_register_contributor (
"@sanchuanhehe" ,
"sanchuanhehe" ,
"[email protected] " ,
NULL );
7981 chef_register_contributor (
"@Mikachu2333" ,
"Mikachu2333" ,
"[email protected] " ,
NULL );
8082 chef_register_contributor (
"@techoc" ,
"Rui Yang" ,
"[email protected] " ,
NULL );
8183 chef_register_contributor (
"@BingChunMoLi" ,
"BingChunMoLi" ,
"[email protected] " ,
NULL );
84+ // 该 ID 为 Gitee ID
8285 chef_register_contributor (
"@hezonglun" ,
"HeZongLun" ,
"[email protected] " ,
NULL );
86+
87+ /**
88+ * AI贡献者:
89+ *
90+ * ChatGPT、GitHub Copilot、DeepSeek
91+ *
92+ * 这几位是贡献者显式说明的,也许还有隐式使用的一些AI并没有被记录下来,可以添加在这里
93+ */
8394}
8495
8596#include "recipe/menu.c"
0 commit comments