重命名为 chef_set_sauciers()

This commit is contained in:
Aoran Zeng
2025-08-22 14:36:55 +08:00
parent 6600099283
commit c8818e4923
69 changed files with 71 additions and 71 deletions

View File

@@ -15,7 +15,7 @@ pl_python_pdm_prelude (void)
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);
chef_set_sauciers (this, 0);
chef_allow_local_mode (this, FullyCan, "支持项目级配置", "Supports project-level configuration");
chef_allow_english(this);

View File

@@ -15,7 +15,7 @@ pl_python_poetry_prelude (void)
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);
chef_set_sauciers (this, 0);
chef_allow_local_mode (this, FullyCan, "Poetry 默认使用项目级换源", "Poetry uses project-level source changing by default");
chef_allow_english(this);

View File

@@ -17,7 +17,7 @@ pl_python_rye_prelude (void)
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);
chef_set_sauciers (this, 0);
chef_allow_local_mode (this, FullyCan, "支持项目级配置", "Supports project-level configuration");
chef_allow_english(this);

View File

@@ -30,7 +30,7 @@ pl_python_group_prelude (void)
chef_set_chef (this, "@happy-game");
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@xyx1926885268");
chef_set_sauciers (this, 1, "@xyx1926885268");
chef_allow_local_mode (this, PartiallyCan, "部分包管理器支持项目级换源", "Some package managers support project-level source changing");
chef_allow_english(this);

View File

@@ -15,7 +15,7 @@ pl_python_pip_prelude (void)
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);
chef_set_sauciers (this, 0);
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_allow_english(this);

View File

@@ -15,7 +15,7 @@ pl_python_uv_prelude (void)
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@happy-game");
chef_set_contributors (this, 2, "@Kattos", "@ccmywish");
chef_set_sauciers (this, 2, "@Kattos", "@ccmywish");
chef_allow_local_mode (this, FullyCan, NULL, NULL);
chef_allow_english(this);