diff --git a/src/chsrc-main.c b/src/chsrc-main.c index 3869f56..0b48d49 100644 --- a/src/chsrc-main.c +++ b/src/chsrc-main.c @@ -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贡献者: diff --git a/src/recipe/lang/Python/uv.c b/src/recipe/lang/Python/uv.c index cfa832b..d2caf9d 100644 --- a/src/recipe/lang/Python/uv.c +++ b/src/recipe/lang/Python/uv.c @@ -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);