Leader target 记录 follower target 贡献者

This commit is contained in:
Aoran Zeng 2025-08-22 18:39:58 +08:00
parent 3f82ef355f
commit fd21308870
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
2 changed files with 6 additions and 6 deletions

View File

@ -20,11 +20,10 @@ pl_js_group_prelude (void)
chef_set_last_updated (this, "2025-07-11");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_cooks (this, 1, "@ccmywish");
chef_set_chef (this, "@happy-game");
chef_set_sauciers (this,0);
// 组换源的 leader target 应把所有 follower target 的贡献者都记录过来
chef_set_cooks (this, 1, "@ccmywish");
chef_set_sauciers (this, 2, "@lontten", "@MrWillCom");
chef_allow_local_mode (this, PartiallyCan,
"支持 npm, yarn v2, pnpm, 不支持 yarn v1",

View File

@ -29,8 +29,9 @@ pl_python_group_prelude (void)
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_chef (this, "@happy-game");
chef_set_cooks (this, 1, "@ccmywish");
chef_set_sauciers (this, 1, "@xyx1926885268");
// 组换源的 leader target 应把所有 follower target 的贡献者都记录过来
chef_set_cooks (this, 2, "@ccmywish", "@happy-game");
chef_set_sauciers (this, 2, "@xyx1926885268", "@Kattos");
chef_allow_local_mode (this, PartiallyCan, "部分包管理器支持项目级换源", "Some package managers support project-level source changing");
chef_allow_english(this);