mirror of
https://github.com/RubyMetric/chsrc
synced 2026-03-04 21:28:44 +08:00
所有语言设置 scope 信息
This commit is contained in:
@@ -19,7 +19,11 @@ pl_python_rye_prelude (void)
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, 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_Unable);
|
||||
chef_set_default_scope (this, UserScope);
|
||||
|
||||
chef_allow_english(this);
|
||||
chef_allow_user_define(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user