mirror of
https://github.com/RubyMetric/chsrc
synced 2026-03-10 16:40:11 +08:00
所有 ware 设置 scope 信息
This commit is contained in:
@@ -19,7 +19,11 @@ wr_anaconda_prelude ()
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_sauciers (this, 2, "@Yangmoooo", "@xyx1926885268");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_set_scope_cap (this, ProjectScope, ScopeCap_Unable);
|
||||
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_deny_english(this);
|
||||
chef_deny_user_define(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user