修复贡献者id

This commit is contained in:
Aoran Zeng
2025-08-21 20:12:05 +08:00
parent d7ca422100
commit 16dff95df0
11 changed files with 24 additions and 13 deletions

View File

@@ -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);

View File

@@ -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);