Skip to content

Commit 1f2bf0b

Browse files
committed
feat(contributors): 更新贡献者MingriLingran
1 parent f7393fa commit 1f2bf0b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/chsrc-main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ chsrc_register_contributors ()
7575
// 该 ID 为 Gitee ID
7676
chef_register_contributor ("@hezonglun", "HeZongLun", "hezonglun123456@outlook.com", NULL);
7777
chef_register_contributor ("@Young-Lord", "LY", "ly-niko@qq.com", NULL);
78+
chef_register_contributor ("@MingriLingran", "MingriLingran", "i@linran.moe", NULL);
7879

7980
/**
8081
* AI贡献者:

src/recipe/lang/Python/uv.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ pl_python_uv_prelude (void)
1010
chef_prep_this (pl_python_uv, gsr);
1111

1212
chef_set_created_on (this, "2024-12-11");
13-
chef_set_last_updated (this, "2025-12-17");
13+
chef_set_last_updated (this, "2025-12-28");
1414
chef_set_sources_last_updated (this, "2025-08-09");
1515

1616
chef_set_chef (this, NULL);
1717
chef_set_cooks (this, 1, "@happy-game");
18-
chef_set_sauciers (this, 2, "@Kattos", "@ccmywish");
18+
chef_set_sauciers (this, 3, "@MingriLingran", "@Kattos", "@ccmywish");
1919

2020
chef_allow_local_mode (this, FullyCan, NULL, NULL);
2121
chef_allow_english(this);

0 commit comments

Comments
 (0)