mirror of
https://github.com/RubyMetric/chsrc
synced 2026-02-26 17:11:15 +08:00
修复贡献者id
This commit is contained in:
@@ -16,7 +16,7 @@ pl_dart_flutter_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 2, "@czyt", "@MadDogOwner");
|
||||
chef_set_contributors (this, 2, "@czyt", "@xrgzs");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
||||
@@ -16,7 +16,7 @@ pl_dart_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 2, "@czyt", "@MadDogOwner");
|
||||
chef_set_contributors (this, 2, "@czyt", "@xrgzs");
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
||||
@@ -30,7 +30,7 @@ pl_go_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 2, "@czyt", "@RuiYang");
|
||||
chef_set_contributors (this, 2, "@czyt", "@techoc");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
||||
@@ -16,7 +16,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_contributors (this, 1, "@lontten");
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
||||
@@ -16,7 +16,7 @@ pl_js_yarn_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@MrWill");
|
||||
chef_set_contributors (this, 1, "@MrWillCom");
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
||||
@@ -16,7 +16,7 @@ pl_js_npm_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@MrWill");
|
||||
chef_set_contributors (this, 1, "@MrWillCom");
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
||||
@@ -16,7 +16,7 @@ pl_python_uv_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@happy-game");
|
||||
chef_set_contributors (this, 2, "@ccy", "@Aoran Zeng");
|
||||
chef_set_contributors (this, 2, "@Kattos", "@ccmywish");
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
||||
@@ -15,8 +15,8 @@ os_armbian_prelude ()
|
||||
chef_set_sources_last_updated (this, "2024-11-21");
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@lovely");
|
||||
chef_set_contributors (this, 2, "@ccmywish", "@yangmoooo");
|
||||
chef_set_cooks (this, 1, "@livelycode36");
|
||||
chef_set_contributors (this, 2, "@ccmywish", "@Yangmoooo");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
||||
@@ -17,7 +17,7 @@ os_ubuntu_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
|
||||
chef_set_contributors (this, 1, "@Zhao");
|
||||
chef_set_contributors (this, 1, "@XUANJI233");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
||||
@@ -16,7 +16,7 @@ wr_flatpak_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@jialinlv");
|
||||
chef_set_contributors (this, 1, "@jialinlvcn");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
||||
Reference in New Issue
Block a user