File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ pl_clojure_prelude ()
1212
1313 chef_set_created_on (this , "2023-09-10" );
1414 chef_set_last_updated (this , "2025-08-10" );
15- chef_set_sources_last_updated (this , "2025-07-14 " );
15+ chef_set_sources_last_updated (this , "2025-08-21 " );
1616
1717 chef_set_chef (this , NULL );
1818 chef_set_cooks (this , 1 , "@ccmywish" );
19- chef_set_contributors (this , 0 );
19+ chef_set_contributors (this , 1 , "@hezonglun" );
2020
2121 chef_allow_local_mode (this , FullyCan , NULL , NULL );
2222 chef_forbid_english (this );
Original file line number Diff line number Diff line change @@ -12,12 +12,11 @@ pl_perl_prelude ()
1212
1313 chef_set_created_on (this , "2023-09-31" );
1414 chef_set_last_updated (this , "2025-08-10" );
15- chef_set_sources_last_updated (this , "2024-05-24 " );
15+ chef_set_sources_last_updated (this , "2025-08-21 " );
1616
1717 chef_set_chef (this , NULL );
1818 chef_set_cooks (this , 1 , "@ccmywish" );
19- chef_set_contributors (this , 0 );
20- // TODO: 添加 @hezonglun
19+ chef_set_contributors (this , 1 , "@hezonglun" );
2120
2221 chef_allow_local_mode (this , CanNot , NULL , NULL );
2322 chef_forbid_english (this );
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ pl_r_prelude ()
1212
1313 chef_set_created_on (this , "2023-09-21" );
1414 chef_set_last_updated (this , "2025-08-10" );
15- chef_set_sources_last_updated (this , "2023-09-04 " );
15+ chef_set_sources_last_updated (this , "2025-08-21 " );
1616
1717 chef_set_chef (this , NULL );
1818 chef_set_cooks (this , 1 , "@ccmywish" );
19- chef_set_contributors (this , 0 );
19+ chef_set_contributors (this , 1 , "@hezonglun" );
2020
2121 chef_allow_local_mode (this , CanNot , NULL , NULL );
2222 chef_forbid_english (this );
You can’t perform that action at this time.
0 commit comments