mirror of
https://github.com/RubyMetric/chsrc
synced 2026-02-26 09:01:15 +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);
|
||||
|
||||
|
||||
@@ -17,8 +17,11 @@ wr_cocoapods_prelude ()
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
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_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_deny_english(this);
|
||||
chef_allow_user_define(this);
|
||||
|
||||
|
||||
@@ -34,7 +34,11 @@ wr_docker_prelude ()
|
||||
chef_set_cooks (this, 2, "@happy-game", "@ccmywish");
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
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_allow_user_define(this);
|
||||
|
||||
|
||||
@@ -24,7 +24,11 @@ wr_emacs_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_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);
|
||||
|
||||
|
||||
@@ -17,7 +17,11 @@ wr_flatpak_prelude ()
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_sauciers (this, 1, "@jialinlvcn");
|
||||
|
||||
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_allow_user_define(this);
|
||||
|
||||
|
||||
@@ -17,7 +17,11 @@ wr_guix_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_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);
|
||||
|
||||
|
||||
@@ -19,7 +19,11 @@ wr_homebrew_prelude ()
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_sauciers (this, 1, "@Word2VecT");
|
||||
|
||||
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_allow_english(this);
|
||||
chef_deny_user_define(this);
|
||||
|
||||
|
||||
@@ -17,7 +17,11 @@ wr_nix_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_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);
|
||||
|
||||
|
||||
@@ -19,7 +19,11 @@ wr_tex_prelude ()
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_sauciers (this, 1, "@Mikachu2333");
|
||||
|
||||
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_allow_user_define(this);
|
||||
|
||||
|
||||
@@ -17,6 +17,11 @@ wr_winget_prelude ()
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_sauciers (this, 1, "@Mikachu2333");
|
||||
|
||||
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_allow_user_define(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user