feat(contributors): 更新贡献者MingriLingran

This commit is contained in:
LinRan 2025-12-28 13:35:16 +08:00
parent f7393fafbf
commit 1f2bf0bf3d
2 changed files with 3 additions and 2 deletions

View File

@ -75,6 +75,7 @@ chsrc_register_contributors ()
// 该 ID 为 Gitee ID
chef_register_contributor ("@hezonglun", "HeZongLun", "hezonglun123456@outlook.com", NULL);
chef_register_contributor ("@Young-Lord", "LY", "ly-niko@qq.com", NULL);
chef_register_contributor ("@MingriLingran", "MingriLingran", "i@linran.moe", NULL);
/**
* AI贡献者

View File

@ -10,12 +10,12 @@ pl_python_uv_prelude (void)
chef_prep_this (pl_python_uv, gsr);
chef_set_created_on (this, "2024-12-11");
chef_set_last_updated (this, "2025-12-17");
chef_set_last_updated (this, "2025-12-28");
chef_set_sources_last_updated (this, "2025-08-09");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@happy-game");
chef_set_sauciers (this, 2, "@Kattos", "@ccmywish");
chef_set_sauciers (this, 3, "@MingriLingran", "@Kattos", "@ccmywish");
chef_allow_local_mode (this, FullyCan, NULL, NULL);
chef_allow_english(this);