所有语言设置 scope 信息

This commit is contained in:
Aoran Zeng
2026-02-24 14:00:42 +08:00
parent 179d0b6d39
commit 197ebba13d
27 changed files with 149 additions and 36 deletions

View File

@@ -17,7 +17,11 @@ pl_nuget_prelude ()
chef_set_cooks (this, 1, "@ccmywish");
chef_set_sauciers (this, 0);
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_set_scope_cap (this, ProjectScope, ScopeCap_Unknown);
chef_set_scope_cap (this, UserScope, ScopeCap_Able_And_Implemented);
chef_set_scope_cap (this, SystemScope, ScopeCap_Unknown);
chef_set_default_scope (this, UserScope);
chef_deny_english(this);
chef_deny_user_define(this);