From fd21308870d7e489b436cd47f4762a215b32e6c0 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Fri, 22 Aug 2025 18:39:58 +0800 Subject: [PATCH] =?UTF-8?q?Leader=20target=20=E8=AE=B0=E5=BD=95=20follower?= =?UTF-8?q?=20target=20=E8=B4=A1=E7=8C=AE=E8=80=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/recipe/lang/JavaScript/common.h | 7 +++---- src/recipe/lang/Python/common.h | 5 +++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/recipe/lang/JavaScript/common.h b/src/recipe/lang/JavaScript/common.h index 5595b23..03e24ee 100644 --- a/src/recipe/lang/JavaScript/common.h +++ b/src/recipe/lang/JavaScript/common.h @@ -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", diff --git a/src/recipe/lang/Python/common.h b/src/recipe/lang/Python/common.h index 1233e48..85d521e 100644 --- a/src/recipe/lang/Python/common.h +++ b/src/recipe/lang/Python/common.h @@ -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);