Use allow_

This commit is contained in:
Aoran Zeng
2025-08-10 10:15:26 +08:00
parent d6fbaf91ce
commit e235b6dd17
41 changed files with 110 additions and 110 deletions

View File

@@ -1,7 +1,7 @@
chef_set_created_on ("2023-09-03");
chef_set_authors ("Aoran Zeng <ccmywish@qq.com>", "Heng Guo <2085471348@qq.com>");
chef_set_contributors ("Nil Null <nil@null.org>");
chef_has_setfn;
chef_allow_set();
use_this;
/**

View File

@@ -1,8 +1,8 @@
chef_set_created_on ("2023-09-05");
chef_set_authors ("Aoran Zeng <ccmywish@qq.com>", "Heng Guo <2085471348@qq.com>");
chef_set_contributors ("Nil Null <nil@null.org>");
chef_has_getfn;
chef_has_setfn;
chef_allow_get();
chef_allow_set();
use_this;
/**

View File

@@ -1,8 +1,8 @@
chef_set_created_on ("2023-09-03");
chef_set_authors ("Heng Guo <2085471348@qq.com>", "Aoran Zeng <ccmywish@qq.com>");
chef_set_contributors ("Nil Null <nil@null.org>");
chef_has_getfn;
chef_has_setfn;
chef_allow_get();
chef_allow_set();
use_this;
/**