mirror of
https://github.com/RubyMetric/chsrc
synced 2025-09-09 11:35:51 +08:00
重命名为 chef_set_sauciers()
This commit is contained in:
parent
6600099283
commit
c8818e4923
@ -255,7 +255,7 @@ chef_set_cooks (Target_t *target, size_t count, ...)
|
||||
}
|
||||
|
||||
void
|
||||
chef_set_contributors (Target_t *target, uint32_t count, ...)
|
||||
chef_set_sauciers (Target_t *target, uint32_t count, ...)
|
||||
{
|
||||
xy_cant_be_null (target);
|
||||
|
||||
|
@ -15,7 +15,7 @@ pl_clojure_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@hezonglun");
|
||||
chef_set_sauciers (this, 1, "@hezonglun");
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_dart_flutter_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 2, "@czyt", "@xrgzs");
|
||||
chef_set_sauciers (this, 2, "@czyt", "@xrgzs");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_dart_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 2, "@czyt", "@xrgzs");
|
||||
chef_set_sauciers (this, 2, "@czyt", "@xrgzs");
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
@ -29,7 +29,7 @@ pl_go_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 2, "@czyt", "@techoc");
|
||||
chef_set_sauciers (this, 2, "@czyt", "@techoc");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_haskell_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_java_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@BingChunMoLi");
|
||||
chef_set_sauciers (this, 1, "@BingChunMoLi");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_js_bun_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@lontten");
|
||||
chef_set_sauciers (this, 1, "@lontten");
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_js_yarn_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@MrWillCom");
|
||||
chef_set_sauciers (this, 1, "@MrWillCom");
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
@ -24,7 +24,7 @@ pl_js_group_prelude (void)
|
||||
|
||||
chef_set_chef (this, "@happy-game");
|
||||
|
||||
chef_set_contributors (this,0);
|
||||
chef_set_sauciers (this,0);
|
||||
|
||||
chef_allow_local_mode (this, PartiallyCan,
|
||||
"支持 npm, yarn v2, pnpm, 不支持 yarn v1",
|
||||
@ -58,7 +58,7 @@ pl_js_nodejs_binary_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_js_npm_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@MrWillCom");
|
||||
chef_set_sauciers (this, 1, "@MrWillCom");
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_js_nvm_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_js_pnpm_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_julia_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
@ -22,7 +22,7 @@ pl_lua_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_nuget_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_ocaml_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_php_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_perl_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@hezonglun");
|
||||
chef_set_sauciers (this, 1, "@hezonglun");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_python_pdm_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, "支持项目级配置", "Supports project-level configuration");
|
||||
chef_allow_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_python_poetry_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, "Poetry 默认使用项目级换源", "Poetry uses project-level source changing by default");
|
||||
chef_allow_english(this);
|
||||
|
@ -17,7 +17,7 @@ pl_python_rye_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, "支持项目级配置", "Supports project-level configuration");
|
||||
chef_allow_english(this);
|
||||
|
@ -30,7 +30,7 @@ pl_python_group_prelude (void)
|
||||
|
||||
chef_set_chef (this, "@happy-game");
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@xyx1926885268");
|
||||
chef_set_sauciers (this, 1, "@xyx1926885268");
|
||||
|
||||
chef_allow_local_mode (this, PartiallyCan, "部分包管理器支持项目级换源", "Some package managers support project-level source changing");
|
||||
chef_allow_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_python_pip_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_python_uv_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@happy-game");
|
||||
chef_set_contributors (this, 2, "@Kattos", "@ccmywish");
|
||||
chef_set_sauciers (this, 2, "@Kattos", "@ccmywish");
|
||||
|
||||
chef_allow_local_mode (this, FullyCan, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_r_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@hezonglun");
|
||||
chef_set_sauciers (this, 1, "@hezonglun");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -22,7 +22,7 @@ pl_ruby_prelude (void)
|
||||
|
||||
chef_set_chef (this, "@ccmywish");
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, PartiallyCan, "支持 bundler. 不支持 gem", "Support bundler. Not support gem");
|
||||
chef_allow_english(this);
|
||||
|
@ -15,7 +15,7 @@ pl_rust_cargo_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@Mikachu2333");
|
||||
chef_set_sauciers (this, 1, "@Mikachu2333");
|
||||
|
||||
chef_allow_local_mode (this, PartiallyCan, "可以基于本项目换源吗?请帮助确认", "Can it change sources based on this project? Please help confirm");
|
||||
chef_forbid_english (this);
|
||||
|
@ -18,7 +18,7 @@ pl_rust_rustup_prelude (void)
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 2, "@Yangmoooo", "@Mikachu2333");
|
||||
chef_set_sauciers (this, 2, "@Yangmoooo", "@Mikachu2333");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english (this);
|
||||
|
@ -15,7 +15,7 @@ os_armbian_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@livelycode36");
|
||||
chef_set_contributors (this, 2, "@ccmywish", "@Yangmoooo");
|
||||
chef_set_sauciers (this, 2, "@ccmywish", "@Yangmoooo");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_debian_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
|
||||
chef_set_contributors (this, 1, "@Yangmoooo");
|
||||
chef_set_sauciers (this, 1, "@Yangmoooo");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_kali_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@G_I_Y");
|
||||
chef_set_contributors (this, 2, "@Yangmoooo", "@happy-game");
|
||||
chef_set_sauciers (this, 2, "@Yangmoooo", "@happy-game");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_linuxlite_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@Yangmoooo");
|
||||
chef_set_sauciers (this, 1, "@Yangmoooo");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_linuxmint_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@happy-game");
|
||||
chef_set_sauciers (this, 1, "@happy-game");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_ros_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@G_I_Y");
|
||||
chef_set_contributors (this, 2, "@ccmywish", "@zouri");
|
||||
chef_set_sauciers (this, 2, "@ccmywish", "@zouri");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -17,7 +17,7 @@ os_raspberrypi_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@Yangmoooo");
|
||||
chef_set_sauciers (this, 1, "@Yangmoooo");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_termux_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -17,7 +17,7 @@ os_trisquel_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -16,7 +16,7 @@ os_ubuntu_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
|
||||
chef_set_contributors (this, 1, "@XUANJI233");
|
||||
chef_set_sauciers (this, 1, "@XUANJI233");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_deepin_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@G_I_Y");
|
||||
chef_set_contributors (this, 1, "@Yangmoooo");
|
||||
chef_set_sauciers (this, 1, "@Yangmoooo");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -18,7 +18,7 @@ os_openkylin_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@G_I_Y");
|
||||
chef_set_contributors (this, 1, "@ccmywish");
|
||||
chef_set_sauciers (this, 1, "@ccmywish");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_alpine_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@Yangmoooo");
|
||||
chef_set_sauciers (this, 1, "@Yangmoooo");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_freebsd_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_netbsd_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
|
@ -15,7 +15,7 @@ os_openbsd_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 2, "@G_I_Y", "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_gentoo_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@G_I_Y");
|
||||
chef_set_contributors (this, 1, "@ccmywish");
|
||||
chef_set_sauciers (this, 1, "@ccmywish");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_openwrt_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 2, "@Yangmoooo", "@happy-game");
|
||||
chef_set_sauciers (this, 2, "@Yangmoooo", "@happy-game");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_solus_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
|
@ -15,7 +15,7 @@ os_voidlinux_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@Yangmoooo");
|
||||
chef_set_sauciers (this, 1, "@Yangmoooo");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_almalinux_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@Yangmoooo");
|
||||
chef_set_sauciers (this, 1, "@Yangmoooo");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_anolis_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_fedora_prelude ()
|
||||
|
||||
chef_set_chef (this, "@happy-game");
|
||||
chef_set_cooks (this, 2, "@G_I_Y", "@happy-game");
|
||||
chef_set_contributors (this, 1, "@ccmywish");
|
||||
chef_set_sauciers (this, 1, "@ccmywish");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_rockylinux_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@happy-game");
|
||||
chef_set_sauciers (this, 1, "@happy-game");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_openeuler_prelude ()
|
||||
|
||||
chef_set_cooks (this, 1, "@G_I_Y");
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_contributors (this, 3, "@ccmywish", "@Yangmoooo", "@happy-game");
|
||||
chef_set_sauciers (this, 3, "@ccmywish", "@Yangmoooo", "@happy-game");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_opensuse_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -18,7 +18,7 @@ os_arch_prelude ()
|
||||
|
||||
chef_set_chef (this, "@happy-game");
|
||||
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
|
||||
chef_set_contributors (this, 1, "@happy-game");
|
||||
chef_set_sauciers (this, 1, "@happy-game");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
@ -120,7 +120,7 @@ os_archlinuxcn_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
|
||||
chef_set_contributors (this, 1, "@happy-game");
|
||||
chef_set_sauciers (this, 1, "@happy-game");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ os_msys2_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@G_I_Y");
|
||||
chef_set_contributors (this, 1, "@ccmywish");
|
||||
chef_set_sauciers (this, 1, "@ccmywish");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -14,7 +14,7 @@ os_manjaro_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@G_I_Y");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -68,7 +68,7 @@ void
|
||||
chef_set_chef (this, "@ccmywish"); // recipe 负责人
|
||||
chef_set_cooks (this, 2, "@ccmywish", "@nilnull"); // recipe 核心作者
|
||||
// 做了贡献?将自己的信息加在这里!
|
||||
chef_set_contributors (this, 2, "@nulnone", "@someone");
|
||||
chef_set_sauciers (this, 2, "@nulnone", "@someone");
|
||||
|
||||
chef_allow_local_mode (this, PartiallyCan, "具体说明是否支持项目级换源...", "Tell users the local mode support");
|
||||
|
||||
|
@ -17,7 +17,7 @@ wr_anaconda_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 2, "@Yangmoooo", "@xyx1926885268");
|
||||
chef_set_sauciers (this, 2, "@Yangmoooo", "@xyx1926885268");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ wr_cocoapods_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
|
@ -32,7 +32,7 @@ wr_docker_prelude ()
|
||||
|
||||
chef_set_chef (this, "@happy-game");
|
||||
chef_set_cooks (this, 2, "@happy-game", "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -22,7 +22,7 @@ wr_emacs_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ wr_flatpak_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@jialinlvcn");
|
||||
chef_set_sauciers (this, 1, "@jialinlvcn");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ wr_guix_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -17,7 +17,7 @@ wr_homebrew_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@Word2VecT");
|
||||
chef_set_sauciers (this, 1, "@Word2VecT");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_allow_english(this);
|
||||
|
@ -15,7 +15,7 @@ wr_nix_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 0);
|
||||
chef_set_sauciers (this, 0);
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -17,7 +17,7 @@ wr_tex_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@Mikachu2333");
|
||||
chef_set_sauciers (this, 1, "@Mikachu2333");
|
||||
|
||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||
chef_forbid_english(this);
|
||||
|
@ -15,7 +15,7 @@ wr_winget_prelude ()
|
||||
|
||||
chef_set_chef (this, NULL);
|
||||
chef_set_cooks (this, 1, "@ccmywish");
|
||||
chef_set_contributors (this, 1, "@Mikachu2333");
|
||||
chef_set_sauciers (this, 1, "@Mikachu2333");
|
||||
|
||||
chef_forbid_english(this);
|
||||
chef_allow_user_define(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user