更新 pl 的 chef_set_cooks()

This commit is contained in:
Aoran Zeng
2025-08-21 18:03:46 +08:00
parent 6776e9a1a9
commit 7d7e6e1702
31 changed files with 72 additions and 126 deletions

View File

@@ -14,11 +14,9 @@ pl_js_bun_prelude (void)
chef_set_last_updated (this, "2025-07-22");
chef_set_sources_last_updated (this, "2025-07-22");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Lontten", "lontten@163.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@Lontten");
chef_allow_local_mode (this, FullyCan, NULL, NULL);
chef_allow_english(this);

View File

@@ -14,11 +14,9 @@ pl_js_yarn_prelude (void)
chef_set_last_updated (this, "2025-07-11");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Mr. Will", "mr.will.com@outlook.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@MrWill");
chef_allow_local_mode (this, FullyCan, NULL, NULL);
chef_allow_english(this);

View File

@@ -21,7 +21,7 @@ pl_js_group_prelude (void)
chef_set_last_updated (this, "2025-07-11");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_cooks (this, 1, "@ccmywish");
chef_set_chef (this, "@happy-game");
@@ -58,9 +58,8 @@ pl_js_nodejs_binary_prelude (void)
chef_set_last_updated (this, "2025-07-11");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);
chef_allow_local_mode (this, CanNot, NULL, NULL);

View File

@@ -14,11 +14,9 @@ pl_js_npm_prelude (void)
chef_set_last_updated (this, "2025-07-11");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Mr. Will", "mr.will.com@outlook.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@MrWill");
chef_allow_local_mode (this, FullyCan, NULL, NULL);
chef_allow_english(this);

View File

@@ -14,9 +14,8 @@ pl_js_nvm_prelude (void)
chef_set_last_updated (this, "2025-06-19");
chef_set_sources_last_updated (this, "2025-06-19");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);
chef_allow_local_mode (this, CanNot, NULL, NULL);

View File

@@ -14,9 +14,8 @@ pl_js_pnpm_prelude (void)
chef_set_last_updated (this, "2025-07-11");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);
chef_allow_local_mode (this, FullyCan, NULL, NULL);