所有 ware 设置 scope 信息

This commit is contained in:
Aoran Zeng
2026-02-24 14:05:17 +08:00
parent 197ebba13d
commit 7a42d417fa
10 changed files with 49 additions and 9 deletions

View File

@@ -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);