Skip to content

Commit 7d7e6e1

Browse files
committed
更新 pl 的 chef_set_cooks()
1 parent 6776e9a commit 7d7e6e1

File tree

31 files changed

+72
-126
lines changed

31 files changed

+72
-126
lines changed

src/recipe/lang/Clojure.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ pl_clojure_prelude ()
1414
chef_set_last_updated (this, "2025-08-10");
1515
chef_set_sources_last_updated (this, "2025-07-14");
1616

17-
chef_set_authors (this, 1, "Aoran Zeng", "[email protected]");
18-
chef_set_chef (this, NULL, NULL);
19-
chef_set_cooks (this, 0);
17+
chef_set_chef (this, NULL);
18+
chef_set_cooks (this, 1, "@ccmywish");
2019
chef_set_contributors (this, 0);
2120

2221
chef_allow_local_mode (this, FullyCan, NULL, NULL);

src/recipe/lang/Dart/Flutter.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ pl_dart_flutter_prelude (void)
1414
chef_set_last_updated (this, "2025-07-11");
1515
chef_set_sources_last_updated (this, "2025-04-15");
1616

17-
chef_set_authors (this, 1, "Aoran Zeng", "[email protected]");
18-
chef_set_chef (this, NULL, NULL);
19-
chef_set_cooks (this, 0);
20-
chef_set_contributors (this, 2,
21-
"czyt", "[email protected]",
22-
"MadDogOwner", "[email protected]");
17+
chef_set_chef (this, NULL);
18+
chef_set_cooks (this, 1, "@ccmywish");
19+
chef_set_contributors (this, 2, "@czyt", "@MadDogOwner");
2320

2421
chef_allow_local_mode (this, CanNot, NULL, NULL);
2522
chef_allow_english(this);

src/recipe/lang/Dart/Pub.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ pl_dart_prelude (void)
1414
chef_set_last_updated (this, "2025-07-11");
1515
chef_set_sources_last_updated (this, "2025-04-15");
1616

17-
chef_set_authors (this, 1, "Aoran Zeng", "[email protected]");
18-
chef_set_chef (this, NULL, NULL);
19-
chef_set_cooks (this, 0);
20-
chef_set_contributors (this, 2,
21-
"czyt", "[email protected]",
22-
"MadDogOwner", "[email protected]");
17+
chef_set_chef (this, NULL);
18+
chef_set_cooks (this, 1, "@ccmywish");
19+
chef_set_contributors (this, 2, "@czyt", "@MadDogOwner");
2320

2421
chef_allow_local_mode (this, FullyCan, NULL, NULL);
2522
chef_allow_english(this);

src/recipe/lang/Go.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ pl_go_prelude ()
2828
chef_set_last_updated (this, "2025-08-10");
2929
chef_set_sources_last_updated (this, "2025-07-12");
3030

31-
chef_set_authors (this, 1, "Aoran Zeng", "[email protected]");
3231
chef_set_chef (this, NULL, NULL);
33-
chef_set_cooks (this, 0);
34-
chef_set_contributors (this, 2,
35-
"czyt", "[email protected]",
36-
"Rui Yang", "[email protected]");
32+
chef_set_cooks (this, 1, "@ccmywish");
33+
chef_set_contributors (this, 2, "@czyt", "@RuiYang");
3734

3835
chef_allow_local_mode (this, CanNot, NULL, NULL);
3936
chef_forbid_english(this);

src/recipe/lang/Haskell.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ pl_haskell_prelude ()
1414
chef_set_last_updated (this, "2025-08-10");
1515
chef_set_sources_last_updated (this, "2023-09-10");
1616

17-
chef_set_authors (this, 1, "Aoran Zeng", "[email protected]");
18-
chef_set_chef (this, NULL, NULL);
19-
chef_set_cooks (this, 0);
17+
chef_set_chef (this, NULL);
18+
chef_set_cooks (this, 1, "@ccmywish");
2019
chef_set_contributors (this, 0);
2120

2221
chef_allow_local_mode (this, CanNot, NULL, NULL);

src/recipe/lang/Java.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ pl_java_prelude ()
1414
chef_set_last_updated (this, "2025-08-10");
1515
chef_set_sources_last_updated (this, "2024-12-18");
1616

17-
chef_set_authors (this, 1, "Aoran Zeng", "[email protected]");
18-
chef_set_chef (this, NULL, NULL);
19-
chef_set_cooks (this, 0);
20-
chef_set_contributors (this, 1,
21-
"BingChunMoLi", "[email protected]");
17+
chef_set_chef (this, NULL);
18+
chef_set_cooks (this, 1, "@ccmywish");
19+
chef_set_contributors (this, 1, "@BingChunMoLi");
2220

2321
chef_allow_local_mode (this, CanNot, NULL, NULL);
2422
chef_forbid_english(this);

src/recipe/lang/JavaScript/Bun.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ pl_js_bun_prelude (void)
1414
chef_set_last_updated (this, "2025-07-22");
1515
chef_set_sources_last_updated (this, "2025-07-22");
1616

17-
chef_set_authors (this, 1, "Aoran Zeng", "[email protected]");
18-
chef_set_chef (this, NULL, NULL);
19-
chef_set_cooks (this, 0);
20-
chef_set_contributors (this, 1,
21-
"Lontten", "[email protected]");
17+
chef_set_chef (this, NULL);
18+
chef_set_cooks (this, 1, "@ccmywish");
19+
chef_set_contributors (this, 1, "@Lontten");
2220

2321
chef_allow_local_mode (this, FullyCan, NULL, NULL);
2422
chef_allow_english(this);

src/recipe/lang/JavaScript/Yarn.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ pl_js_yarn_prelude (void)
1414
chef_set_last_updated (this, "2025-07-11");
1515
chef_set_sources_last_updated (this, "2025-07-11");
1616

17-
chef_set_authors (this, 1, "Aoran Zeng", "[email protected]");
18-
chef_set_chef (this, NULL, NULL);
19-
chef_set_cooks (this, 0);
20-
chef_set_contributors (this, 1,
21-
"Mr. Will", "[email protected]");
17+
chef_set_chef (this, NULL);
18+
chef_set_cooks (this, 1, "@ccmywish");
19+
chef_set_contributors (this, 1, "@MrWill");
2220

2321
chef_allow_local_mode (this, FullyCan, NULL, NULL);
2422
chef_allow_english(this);

src/recipe/lang/JavaScript/common.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pl_js_group_prelude (void)
2121
chef_set_last_updated (this, "2025-07-11");
2222
chef_set_sources_last_updated (this, "2025-07-11");
2323

24-
chef_set_authors (this, 1, "Aoran Zeng", "[email protected]");
24+
chef_set_cooks (this, 1, "@ccmywish");
2525

2626
chef_set_chef (this, "@happy-game");
2727

@@ -58,9 +58,8 @@ pl_js_nodejs_binary_prelude (void)
5858
chef_set_last_updated (this, "2025-07-11");
5959
chef_set_sources_last_updated (this, "2025-07-11");
6060

61-
chef_set_authors (this, 1, "Aoran Zeng", "[email protected]");
62-
chef_set_chef (this, NULL, NULL);
63-
chef_set_cooks (this, 0);
61+
chef_set_chef (this, NULL);
62+
chef_set_cooks (this, 1, "@ccmywish");
6463
chef_set_contributors (this, 0);
6564

6665
chef_allow_local_mode (this, CanNot, NULL, NULL);

src/recipe/lang/JavaScript/npm.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ pl_js_npm_prelude (void)
1414
chef_set_last_updated (this, "2025-07-11");
1515
chef_set_sources_last_updated (this, "2025-07-11");
1616

17-
chef_set_authors (this, 1, "Aoran Zeng", "[email protected]");
18-
chef_set_chef (this, NULL, NULL);
19-
chef_set_cooks (this, 0);
20-
chef_set_contributors (this, 1,
21-
"Mr. Will", "[email protected]");
17+
chef_set_chef (this, NULL);
18+
chef_set_cooks (this, 1, "@ccmywish");
19+
chef_set_contributors (this, 1, "@MrWill");
2220

2321
chef_allow_local_mode (this, FullyCan, NULL, NULL);
2422
chef_allow_english(this);

0 commit comments

Comments
 (0)