Skip to content

Commit fd21308

Browse files
committed
Leader target 记录 follower target 贡献者
1 parent 3f82ef3 commit fd21308

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/recipe/lang/JavaScript/common.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ pl_js_group_prelude (void)
2020
chef_set_last_updated (this, "2025-07-11");
2121
chef_set_sources_last_updated (this, "2025-07-11");
2222

23-
chef_set_cooks (this, 1, "@ccmywish");
24-
2523
chef_set_chef (this, "@happy-game");
26-
27-
chef_set_sauciers (this,0);
24+
// 组换源的 leader target 应把所有 follower target 的贡献者都记录过来
25+
chef_set_cooks (this, 1, "@ccmywish");
26+
chef_set_sauciers (this, 2, "@lontten", "@MrWillCom");
2827

2928
chef_allow_local_mode (this, PartiallyCan,
3029
"支持 npm, yarn v2, pnpm, 不支持 yarn v1",

src/recipe/lang/Python/common.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ pl_python_group_prelude (void)
2929
chef_set_sources_last_updated (this, "2025-07-11");
3030

3131
chef_set_chef (this, "@happy-game");
32-
chef_set_cooks (this, 1, "@ccmywish");
33-
chef_set_sauciers (this, 1, "@xyx1926885268");
32+
// 组换源的 leader target 应把所有 follower target 的贡献者都记录过来
33+
chef_set_cooks (this, 2, "@ccmywish", "@happy-game");
34+
chef_set_sauciers (this, 2, "@xyx1926885268", "@Kattos");
3435

3536
chef_allow_local_mode (this, PartiallyCan, "部分包管理器支持项目级换源", "Some package managers support project-level source changing");
3637
chef_allow_english(this);

0 commit comments

Comments
 (0)