mirror of
https://github.com/RubyMetric/chsrc
synced 2025-08-12 23:27:34 +08:00
Use chef_allow_gsr for ware
This commit is contained in:
parent
ff65de3a75
commit
f36fd1ccb2
@ -10,6 +10,7 @@ void
|
||||
wr_anaconda_prelude ()
|
||||
{
|
||||
use_this(wr_anaconda);
|
||||
chef_allow_gs(wr_anaconda);
|
||||
|
||||
chef_set_created_on (this, "2023-09-10");
|
||||
chef_set_last_updated (this, "2025-08-09");
|
||||
@ -22,10 +23,6 @@ wr_anaconda_prelude ()
|
||||
"Yangmoooo", "yangmoooo@outlook.com",
|
||||
"yongxiang", "1926885268@qq.com");
|
||||
|
||||
chef_allow_get();
|
||||
chef_allow_set();
|
||||
// chef_allow_reset();
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
chef_forbid_user_define(this);
|
||||
|
@ -8,6 +8,7 @@ void
|
||||
wr_cocoapods_prelude ()
|
||||
{
|
||||
use_this(wr_cocoapods);
|
||||
chef_allow_s(wr_cocoapods);
|
||||
|
||||
chef_set_created_on (this, "2024-06-08");
|
||||
chef_set_last_updated (this, "2025-08-09");
|
||||
@ -18,9 +19,6 @@ wr_cocoapods_prelude ()
|
||||
chef_set_sous_chefs (this, 0);
|
||||
chef_set_contributors (this, 0);
|
||||
|
||||
// chef_allow_get();
|
||||
chef_allow_set();
|
||||
// chef_allow_reset();
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -25,6 +25,7 @@ void
|
||||
wr_dockerhub_prelude ()
|
||||
{
|
||||
use_this(wr_dockerhub);
|
||||
chef_allow_gs(wr_dockerhub);
|
||||
|
||||
chef_set_created_on (this, "2024-06-08");
|
||||
chef_set_last_updated (this, "2025-08-09");
|
||||
@ -37,10 +38,6 @@ wr_dockerhub_prelude ()
|
||||
chef_set_sous_chefs (this, 0);
|
||||
chef_set_contributors (this, 0);
|
||||
|
||||
chef_allow_get();
|
||||
chef_allow_set();
|
||||
// chef_allow_reset();
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
chef_allow_user_define(this);
|
||||
|
@ -15,6 +15,7 @@ void
|
||||
wr_emacs_prelude ()
|
||||
{
|
||||
use_this(wr_emacs);
|
||||
chef_allow_s(wr_emacs);
|
||||
|
||||
chef_set_created_on (this, "2023-10-10");
|
||||
chef_set_last_updated (this, "2025-08-09");
|
||||
@ -25,10 +26,6 @@ wr_emacs_prelude ()
|
||||
chef_set_sous_chefs (this, 0);
|
||||
chef_set_contributors (this, 0);
|
||||
|
||||
// chef_allow_get();
|
||||
chef_allow_set();
|
||||
// chef_allow_reset();
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
chef_forbid_user_define(this);
|
||||
|
@ -8,6 +8,7 @@ void
|
||||
wr_flathub_prelude ()
|
||||
{
|
||||
use_this(wr_flathub);
|
||||
chef_allow_gsr(wr_flathub);
|
||||
|
||||
chef_set_created_on (this, "2023-09-11");
|
||||
chef_set_last_updated (this, "2025-08-09");
|
||||
@ -19,10 +20,6 @@ wr_flathub_prelude ()
|
||||
chef_set_contributors (this, 1,
|
||||
"Jialin Lyu", "jialinlvcn@aliyun.com");
|
||||
|
||||
chef_allow_get();
|
||||
chef_allow_set();
|
||||
chef_allow_reset();
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
chef_allow_user_define(this);
|
||||
|
@ -8,6 +8,7 @@ void
|
||||
wr_guix_prelude ()
|
||||
{
|
||||
use_this(wr_guix);
|
||||
chef_allow_s(wr_guix);
|
||||
|
||||
chef_set_created_on (this, "2023-09-11");
|
||||
chef_set_last_updated (this, "2025-08-09");
|
||||
@ -18,10 +19,6 @@ wr_guix_prelude ()
|
||||
chef_set_sous_chefs (this, 0);
|
||||
chef_set_contributors (this, 0);
|
||||
|
||||
// chef_allow_get();
|
||||
chef_allow_set();
|
||||
// chef_allow_reset();
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
chef_forbid_user_define(this);
|
||||
|
@ -10,6 +10,7 @@ void
|
||||
wr_homebrew_prelude ()
|
||||
{
|
||||
use_this(wr_homebrew);
|
||||
chef_allow_gs(wr_homebrew);
|
||||
|
||||
chef_set_created_on (this, "2023-09-10");
|
||||
chef_set_last_updated (this, "2025-08-09");
|
||||
@ -21,10 +22,6 @@ wr_homebrew_prelude ()
|
||||
chef_set_contributors (this, 1,
|
||||
"Word2VecT", "tangzinan@bupt.edu.cn");
|
||||
|
||||
chef_allow_get();
|
||||
chef_allow_set();
|
||||
// chef_allow_reset();
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
chef_forbid_user_define(this);
|
||||
|
@ -8,6 +8,7 @@ void
|
||||
wr_nix_prelude ()
|
||||
{
|
||||
use_this(wr_nix);
|
||||
chef_allow_s(wr_nix);
|
||||
|
||||
chef_set_created_on (this, "2023-09-26");
|
||||
chef_set_last_updated (this, "2025-08-09");
|
||||
@ -18,10 +19,6 @@ wr_nix_prelude ()
|
||||
chef_set_sous_chefs (this, 0);
|
||||
chef_set_contributors (this, 0);
|
||||
|
||||
// chef_allow_get();
|
||||
chef_allow_set();
|
||||
// chef_allow_reset();
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
chef_forbid_user_define(this);
|
||||
|
@ -10,6 +10,7 @@ void
|
||||
wr_tex_prelude ()
|
||||
{
|
||||
use_this(wr_tex);
|
||||
chef_allow_gs(wr_tex);
|
||||
|
||||
chef_set_created_on (this, "2023-09-10");
|
||||
chef_set_last_updated (this, "2025-08-09");
|
||||
@ -21,10 +22,6 @@ wr_tex_prelude ()
|
||||
chef_set_contributors (this, 1,
|
||||
"Mikachu2333", "mikachu.23333@zohomail.com");
|
||||
|
||||
chef_allow_get();
|
||||
chef_allow_set();
|
||||
// chef_allow_reset();
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
chef_allow_user_define(this);
|
||||
|
@ -8,6 +8,7 @@ void
|
||||
wr_winget_prelude ()
|
||||
{
|
||||
use_this(wr_winget);
|
||||
chef_allow_gsr(wr_winget);
|
||||
|
||||
chef_set_created_on (this, "2024-06-07");
|
||||
chef_set_last_updated (this, "2025-07-13");
|
||||
@ -18,10 +19,6 @@ wr_winget_prelude ()
|
||||
chef_set_sous_chefs (this, 0);
|
||||
chef_set_contributors (this, 0);
|
||||
|
||||
chef_allow_get();
|
||||
chef_allow_set();
|
||||
chef_allow_reset();
|
||||
|
||||
chef_forbid_english(this);
|
||||
chef_allow_user_define(this);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user