使用新宏

This commit is contained in:
Aoran Zeng
2025-08-22 16:59:54 +08:00
parent 18ba902da5
commit 25965b18d7
5 changed files with 4 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ pl_python_pdm_prelude (void)
chef_set_cooks (this, 1, "@ccmywish");
chef_set_sauciers (this, 0);
chef_allow_local_mode (this, FullyCan, "支持项目级配置", "Supports project-level configuration");
chef_allow_local_mode (this, FullyCan, NULL, NULL);
chef_allow_english(this);
chef_allow_user_define(this);

View File

@@ -19,7 +19,7 @@ pl_python_rye_prelude (void)
chef_set_cooks (this, 1, "@ccmywish");
chef_set_sauciers (this, 0);
chef_allow_local_mode (this, FullyCan, "支持项目级配置", "Supports project-level configuration");
chef_allow_local_mode (this, FullyCan, NULL, NULL);
chef_allow_english(this);
chef_allow_user_define(this);