更新 wr 与 os 的 chef_set_cooks()

This commit is contained in:
Aoran Zeng 2025-08-21 17:46:54 +08:00
parent c609a10988
commit 6776e9a1a9
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
42 changed files with 118 additions and 188 deletions

View File

@ -198,6 +198,9 @@ chef_verify_contributor (const char *id)
}
/**
* @brief Chef (recipe )
*/
void
chef_set_chef (Target_t *target, const char *id)
{
@ -209,6 +212,9 @@ chef_set_chef (Target_t *target, const char *id)
}
/**
* @brief Cooks (recipe )
*/
void
chef_set_cooks (Target_t *target, size_t count, ...)
{

View File

@ -22,8 +22,9 @@ pl_js_group_prelude (void)
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 1, "happy game", "happygame1024@gmail.com");
chef_set_chef (this, "@happy-game");
chef_set_contributors (this,0);
chef_allow_local_mode (this, PartiallyCan,

View File

@ -30,8 +30,8 @@ pl_python_group_prelude (void)
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 1, "happy game", "happygame1024@gmail.com");
chef_set_chef (this, "@happy-game");
chef_set_contributors (this, 1,
"yongxiang", "1926885268@qq.com");

View File

@ -14,13 +14,9 @@ os_debian_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_authors (this, 2,
"Aoran Zeng", "ccmywish@qq.com",
"Heng Guo", "2085471348@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Yangmoooo", "yangmoooo@outlook.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
chef_set_contributors (this, 1, "@Yangmoooo");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -14,12 +14,9 @@ os_kali_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-06-20");
chef_set_authors (this, 1, "Heng Guo", "2085471348@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 2,
"Yangmoooo", "yangmoooo@outlook.com",
"Happy Game", "happygame1024@gmail.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@G_I_Y");
chef_set_contributors (this, 2, "@Yangmoooo", "@happy-game");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -14,11 +14,9 @@ os_linuxlite_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-11-21");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Yangmoooo", "yangmoooo@outlook.com");
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@Yangmoooo");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -14,11 +14,9 @@ os_linuxmint_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-11-21");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Happy Game", "happygame1024@gmail.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@happy-game");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -14,12 +14,9 @@ os_ros_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-04-18");
chef_set_authors (this, 1, "Heng Guo", "2085471348@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 2,
"Aoran Zeng", "ccmywish@qq.com",
"zouri", "guoshuaisun@outlook.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@G_I_Y");
chef_set_contributors (this, 2, "@ccmywish", "@zouri");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -16,11 +16,9 @@ os_raspberrypi_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2023-09-29");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Yangmoooo", "yangmoooo@outlook.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@Yangmoooo");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -14,9 +14,8 @@ os_termux_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-03-04");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);
chef_allow_local_mode (this, CanNot, NULL, NULL);

View File

@ -16,9 +16,8 @@ os_trisquel_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-11-21");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);
chef_allow_local_mode (this, CanNot, NULL, NULL);

View File

@ -15,13 +15,9 @@ os_ubuntu_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_authors (this, 2,
"Aoran Zeng", "ccmywish@qq.com",
"Heng Guo", "2085471348@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Zhao", "1792582687@qq.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
chef_set_contributors (this, 1, "@Zhao");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -14,11 +14,9 @@ os_deepin_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-09-14");
chef_set_authors (this, 1, "Heng Guo", "2085471348@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Yangmoooo", "yangmoooo@outlook.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@G_I_Y");
chef_set_contributors (this, 1, "@Yangmoooo");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -17,11 +17,9 @@ os_openkylin_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2023-09-29");
chef_set_authors (this, 1, "Heng Guo", "2085471348@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@G_I_Y");
chef_set_contributors (this, 1, "@ccmywish");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -14,11 +14,9 @@ os_alpine_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-09-14");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Yangmoooo", "yangmoooo@outlook.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@Yangmoooo");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_allow_english(this);

View File

@ -14,9 +14,8 @@ os_freebsd_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2023-09-27");
chef_set_authors (this, 2, "Aoran Zeng", "ccmywish@qq.com", "Heng Guo", "2085471348@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_chef (this, NULL);
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
chef_set_contributors (this, 0);
chef_allow_local_mode (this, CanNot, NULL, NULL);

View File

@ -14,9 +14,8 @@ os_netbsd_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-07-31");
chef_set_authors (this, 2, "Aoran Zeng", "ccmywish@qq.com", "Heng Guo", "2085471348@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_chef (this, NULL);
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
chef_set_contributors (this, 0);

View File

@ -14,9 +14,8 @@ os_openbsd_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-07-31");
chef_set_authors (this, 2, "Heng Guo", "2085471348@qq.com", "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_chef (this, NULL);
chef_set_cooks (this, 2, "@G_I_Y", "@ccmywish");
chef_set_contributors (this, 0);
chef_allow_local_mode (this, CanNot, NULL, NULL);

View File

@ -14,11 +14,9 @@ os_gentoo_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-06-20");
chef_set_authors (this, 1, "Heng Guo", "2085471348@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@G_I_Y");
chef_set_contributors (this, 1, "@ccmywish");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_allow_english(this);

View File

@ -14,12 +14,9 @@ os_openwrt_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-12-14");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 2,
"Yangmoooo", "yangmoooo@outlook.com",
"happy game", "happygame1024@gmail.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 2, "@Yangmoooo", "@happy-game");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_allow_english(this);

View File

@ -14,9 +14,8 @@ os_solus_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2023-09-29");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);

View File

@ -14,11 +14,9 @@ os_voidlinux_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-12-18");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Yangmoooo", "yangmoooo@outlook.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@Yangmoooo");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -14,11 +14,9 @@ os_almalinux_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-12-18");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Yangmoooo", "yangmoooo@outlook.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@Yangmoooo");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -14,9 +14,8 @@ os_anolis_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-06-12");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);
chef_allow_local_mode (this, CanNot, NULL, NULL);

View File

@ -17,8 +17,7 @@ os_fedora_prelude ()
chef_set_authors (this, 2,
"Heng Guo", "2085471348@qq.com",
"happy game", "happygame1024@gmail.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 1, "happy game", "happygame1024@gmail.com");
chef_set_chef (this, "@happy-game");
chef_set_contributors (this, 1,
"Aoran Zeng", "ccmywish@qq.com");

View File

@ -14,11 +14,9 @@ os_rockylinux_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-06-20");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"happy game", "happygame1024@gmail.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@happy-game");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -14,14 +14,9 @@ os_openeuler_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-06-20");
chef_set_authors (this, 1, "Heng Guo", "2085471348@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 3,
"Aoran Zeng", "ccmywish@qq.com",
"Yangmoooo", "yangmoooo@outlook.com",
"happy game", "happygame1024@gmail.com");
chef_set_cooks (this, 1, "@G_I_Y");
chef_set_chef (this, NULL);
chef_set_contributors (this, 3, "@ccmywish", "@Yangmoooo", "@happy-game");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -14,11 +14,9 @@ os_opensuse_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-06-20");
chef_set_authors (this, 1, "Heng Guo", "2085471348@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
chef_set_contributors (this, 0);
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -19,8 +19,7 @@ os_arch_prelude ()
chef_set_authors (this, 2, "Aoran Zeng", "ccmywish@qq.com",
"Heng Guo", "2085471348@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 1, "happy game", "happygame1024@gmail.com");
chef_set_chef (this, "@happy-game");
chef_set_contributors (this, 1,
"happy game", "happygame1024@gmail.com");
@ -123,11 +122,9 @@ os_archlinuxcn_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-07-03");
chef_set_authors (this, 2, "Aoran Zeng", "ccmywish@qq.com", "Heng Guo", "2085471348@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"happy game", "happygame1024@gmail.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y");
chef_set_contributors (this, 1, "@happy-game");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -14,11 +14,9 @@ os_msys2_prelude ()
chef_set_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-06-20");
chef_set_authors (this, 1, "Heng Guo", "2085471348@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@G_I_Y");
chef_set_contributors (this, 1, "@ccmywish");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -13,9 +13,8 @@ os_manjaro_prelude ()
chef_set_created_on (this, "2023-09-06");
chef_set_last_updated (this, "2025-08-10");
chef_set_authors (this, 1, "Heng Guo", "2085471348@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@G_I_Y");
chef_set_contributors (this, 0);
chef_allow_local_mode (this, CanNot, NULL, NULL);

View File

@ -2,11 +2,11 @@
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File Name : recipe-template.c
* File Authors : Aoran Zeng <ccmywish@qq.com>
* Contributors : Nil Null <nil@null.org>
* File Authors : <ccmywish@qq.com>
* Contributors : Mikachu2333 <mikachu.23333@zohomail.com>
* |
* Created On : <2024-08-09>
* Last Modified : <2025-08-11>
* Last Modified : <2025-08-21>
* -------------------------------------------------------------
*
*
@ -66,14 +66,12 @@ void
chef_set_created_on (this, "2024-08-09"); // 文件创建日期
chef_set_last_updated (this, "2025-08-12"); // 文件最后一次更新日期
chef_set_sources_last_updated (this, "2025-08-11"); // 镜像站点最后一次更新日期
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com"); // 作者
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0); // 想一直为它贡献和更新?将自己加在这里!
chef_set_contributors (this, 1, // 为它做了贡献?将自己的信息加在这里!
"Nil Null", "nil@null.org");
chef_set_sources_last_updated (this, "2025-08-11"); // 镜像源最后一次更新日期
chef_set_chef (this, "@ccmywish"); // recipe 负责人
chef_set_cooks (this, 2, "@ccmywish", "@nilnull"); // recipe 核心作者
// 做了贡献?将自己的信息加在这里!
chef_set_contributors (this, 2, "@nulnone", "@someone");
chef_allow_local_mode (this, PartiallyCan, "具体说明是否支持项目级换源...", "Tell users the local mode support");

View File

@ -16,12 +16,9 @@ wr_anaconda_prelude ()
chef_set_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-07-14");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 2,
"Yangmoooo", "yangmoooo@outlook.com",
"yongxiang", "1926885268@qq.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 2, "@Yangmoooo", "@yongxiang");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -14,9 +14,8 @@ wr_cocoapods_prelude ()
chef_set_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-07-13");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);

View File

@ -31,11 +31,8 @@ wr_docker_prelude ()
chef_set_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-07-14");
chef_set_authors (this, 2,
"happy game", "happygame1024@gmail.com",
"Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 1, "happy game", "happygame1024@gmail.com");
chef_set_chef (this, "@happy-game");
chef_set_cooks (this, 2, "@happy-game", "@ccmywish");
chef_set_contributors (this, 0);
chef_allow_local_mode (this, CanNot, NULL, NULL);

View File

@ -21,9 +21,8 @@ wr_emacs_prelude ()
chef_set_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-07-13");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);
chef_allow_local_mode (this, CanNot, NULL, NULL);

View File

@ -14,11 +14,9 @@ wr_flatpak_prelude ()
chef_set_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-05-27");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Jialin Lyu", "jialinlvcn@aliyun.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@jialinlv");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -14,9 +14,8 @@ wr_guix_prelude ()
chef_set_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-07-13");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);
chef_allow_local_mode (this, CanNot, NULL, NULL);

View File

@ -16,11 +16,9 @@ wr_homebrew_prelude ()
chef_set_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-07-13");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Word2VecT", "tangzinan@bupt.edu.cn");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@Word2VecT";
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_allow_english(this);

View File

@ -14,9 +14,8 @@ wr_nix_prelude ()
chef_set_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-07-13");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 0);
chef_allow_local_mode (this, CanNot, NULL, NULL);

View File

@ -16,11 +16,9 @@ wr_tex_prelude ()
chef_set_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-07-28");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1,
"Mikachu2333", "mikachu.23333@zohomail.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@Mikachu2333");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);

View File

@ -14,10 +14,9 @@ wr_winget_prelude ()
chef_set_last_updated (this, "2025-08-17");
chef_set_sources_last_updated (this, "2025-07-13");
chef_set_authors (this, 1, "Aoran Zeng", "ccmywish@qq.com");
chef_set_chef (this, NULL, NULL);
chef_set_cooks (this, 0);
chef_set_contributors (this, 1, "Mikachu2333", "mikachu.23333@zohomail.com");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish");
chef_set_contributors (this, 1, "@Mikachu2333");
chef_forbid_english(this);
chef_allow_user_define(this);