mirror of
https://github.com/RubyMetric/chsrc
synced 2026-02-02 15:50:29 +08:00
更新 pl 的 chef_set_cooks()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user