修复编译错误

This commit is contained in:
Aoran Zeng
2025-08-21 18:12:37 +08:00
parent 7d7e6e1702
commit 2156dbacad
6 changed files with 11 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ pl_go_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-07-12");
chef_set_chef (this, NULL, NULL);
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 2, "@czyt", "@RuiYang");

View File

@@ -14,7 +14,7 @@ pl_nuget_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-04-18");
chef_set_chef (this, NULL, NULL);
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);

View File

@@ -14,7 +14,7 @@ os_linuxlite_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-11-21");
chef_set_chef (this, NULL, NULL);
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@Yangmoooo");

View File

@@ -18,7 +18,7 @@ wr_homebrew_prelude ()
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@Word2VecT";
chef_set_contributors (this, 1, "@Word2VecT");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_allow_english(this);