重命名为 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_js_bun_prelude (void)
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@lontten");
chef_set_sauciers (this, 1, "@lontten");
chef_allow_local_mode (this, FullyCan, NULL, NULL);
chef_allow_english(this);

View File

@@ -15,7 +15,7 @@ pl_js_yarn_prelude (void)
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@MrWillCom");
chef_set_sauciers (this, 1, "@MrWillCom");
chef_allow_local_mode (this, FullyCan, NULL, NULL);
chef_allow_english(this);

View File

@@ -24,7 +24,7 @@ pl_js_group_prelude (void)
chef_set_chef (this, "@happy-game");
chef_set_contributors (this,0);
chef_set_sauciers (this,0);
chef_allow_local_mode (this, PartiallyCan,
"支持 npm, yarn v2, pnpm, 不支持 yarn v1",
@@ -58,7 +58,7 @@ pl_js_nodejs_binary_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_js_npm_prelude (void)
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@MrWillCom");
chef_set_sauciers (this, 1, "@MrWillCom");
chef_allow_local_mode (this, FullyCan, NULL, NULL);
chef_allow_english(this);

View File

@@ -15,7 +15,7 @@ pl_js_nvm_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_js_pnpm_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, NULL, NULL);
chef_allow_english(this);