mirror of
https://github.com/RubyMetric/chsrc
synced 2026-03-06 14:20:05 +08:00
修复了代码样式问题
This commit is contained in:
@@ -15,14 +15,14 @@ os_msys2_prelude ()
|
|||||||
|
|
||||||
chef_set_chef (this, NULL);
|
chef_set_chef (this, NULL);
|
||||||
chef_set_cooks (this, 1, "@G_I_Y");
|
chef_set_cooks (this, 1, "@G_I_Y");
|
||||||
chef_set_sauciers (this, 1, "@ccmywish");
|
chef_set_sauciers (this, 1, "@ccmywish", "@hezonglun");
|
||||||
|
|
||||||
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
chef_allow_local_mode (this, CanNot, NULL, NULL);
|
||||||
chef_forbid_english(this);
|
chef_forbid_english(this);
|
||||||
chef_forbid_user_define(this);
|
chef_forbid_user_define(this);
|
||||||
|
|
||||||
def_sources_begin()
|
def_sources_begin()
|
||||||
{&UpstreamProvider, "https://mirror.msys2.org/", DelegateToUpstream},
|
{&UpstreamProvider, "https://mirror.msys2.org/", DelegateToUpstream},
|
||||||
{&Ali, "https://mirrors.aliyun.com/msys2", DelegateToMirror},
|
{&Ali, "https://mirrors.aliyun.com/msys2", DelegateToMirror},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/msys2", DelegateToMirror},
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/msys2", DelegateToMirror},
|
||||||
{&Ustc, "https://mirrors.ustc.edu.cn/msys2", DelegateToMirror},
|
{&Ustc, "https://mirrors.ustc.edu.cn/msys2", DelegateToMirror},
|
||||||
|
|||||||
Reference in New Issue
Block a user