Skip to content

Commit 5b8bf70

Browse files
committed
更新贡献者信息
[GitHub #278]
1 parent 78ff7ad commit 5b8bf70

7 files changed

Lines changed: 28 additions & 23 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
! Doc Name : README.md
66
! Doc Authors : 曾奥然 <ccmywish@qq.com>
77
! Contributors : Mikachu2333 <mikachu.23333@zohomail.com>
8+
! | BingChunMoLi <bingchunmoli@bingchunmoli.com>
89
! |
910
! Created On : <2023-12-28>
1011
! Last Modified : <2025-08-22>
@@ -595,4 +596,4 @@ chsrc set conda | anaconda
595596
[@Efterklang]: https://github.com/Efterklang
596597
[@wickdynex]: https://github.com/wickdynex
597598
[@YU-7]: https://github.com/YU-7
598-
[@sanchuanhehe]: https://github.com/sanchuanhehe
599+
[@sanchuanhehe]: https://github.com/sanchuanhehe

lib/xy.h

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
* | 郭恒 <2085471348@qq.com>
77
* Contributors : juzeon <skyjuzheng@gmail.com>
88
* | Mikachu2333 <mikachu.23333@zohomail.com>
9+
* | BingChunMoLi <bingchunmoli@bingchunmoli.com>
910
* |
1011
* Created On : <2023-08-28>
11-
* Last Modified : <2025-08-22>
12+
* Last Modified : <2025-08-27>
1213
*
1314
*
1415
* xy: 襄阳、咸阳
@@ -796,10 +797,11 @@ xy_run_iter_lines (const char *cmd, unsigned long n, bool (*func) (const char
796797
break;
797798
if (func)
798799
{
799-
if (func (buf)) {
800-
pclose (stream);
801-
return ret;
802-
}
800+
if (func (buf))
801+
{
802+
pclose (stream);
803+
return ret;
804+
}
803805
}
804806
}
805807

@@ -1523,4 +1525,4 @@ xy_map_each (
15231525
}
15241526
}
15251527

1526-
#endif
1528+
#endif

src/framework/core.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
* Contributors : Peng Gao <gn3po4g@outlook.com>
88
* | Happy Game <happygame10124@gmail.com>
99
* | Yangmoooo <yangmoooo@outlook.com>
10+
* | BingChunMoLi <bingchunmoli@bingchunmoli.com>
1011
* |
1112
* Created On : <2023-08-29>
12-
* Last Modified : <2025-08-22>
13+
* Last Modified : <2025-08-27>
1314
*
1415
* chsrc framework
1516
* ------------------------------------------------------------*/
@@ -1849,4 +1850,4 @@ chsrc_get_cpucore ()
18491850
#endif
18501851

18511852
return cores;
1852-
}
1853+
}

src/framework/mirror.c

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
/** ------------------------------------------------------------
22
* SPDX-License-Identifier: GPL-3.0-or-later
33
* -------------------------------------------------------------
4-
* File Name : mirror.c
5-
* File Authors : Aoran Zeng <ccmywish@qq.com>
6-
* | Heng Guo <2085471348@qq.com>
4+
* File Name : mirror.c
5+
* File Authors : 曾奥然 <ccmywish@qq.com>
6+
* | 郭恒 <2085471348@qq.com>
77
* Contributors : Shengwei Chen <414685209@qq.com>
8-
* | Jialin Lyu <jialinlvcn@aliyun.com>
9-
* | Mikachu2333 <mikachu.23333@zohomail.com>
8+
* | Jialin Lyu <jialinlvcn@aliyun.com>
9+
* | Mikachu2333 <mikachu.23333@zohomail.com>
10+
* | BingChunMoLi <bingchunmoli@bingchunmoli.com>
1011
* |
1112
* Created On : <2023-08-29>
12-
* Last Modified : <2025-07-14>
13+
* Last Modified : <2025-08-27>
1314
*
1415
* 通用镜像站
1516
* ------------------------------------------------------------*/
@@ -301,4 +302,4 @@ Sohu =
301302
IS_GeneralMirrorSite,
302303
"sohu", "SOHU", "搜狐开源镜像站", "https://mirrors.sohu.com/",
303304
{NotSkip, NA, NA, "https://mirrors.sohu.com/deepin-cd" Big_File_deepin, ROUGH}
304-
};
305+
};

src/recipe/lang/Java.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ pl_java_prelude ()
1010
chef_prep_this (pl_java, gsr);
1111

1212
chef_set_created_on (this, "2023-08-31");
13-
chef_set_last_updated (this, "2025-08-10");
13+
chef_set_last_updated (this, "2025-08-27");
1414
chef_set_sources_last_updated (this, "2024-12-18");
1515

1616
chef_set_chef (this, NULL);
17-
chef_set_cooks (this, 1, "@ccmywish");
18-
chef_set_sauciers (this, 1, "@BingChunMoLi");
17+
chef_set_cooks (this, 2, "@BingChunMoLi", "@ccmywish");
18+
chef_set_sauciers (this, 0);
1919

2020
chef_allow_local_mode (this, CanNot, NULL, NULL);
2121
chef_forbid_english(this);
@@ -168,4 +168,4 @@ void
168168
pl_java_resetsrc (char *option)
169169
{
170170
pl_java_setsrc (option);
171-
}
171+
}

src/recipe/lang/Ruby/Ruby.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pl_ruby_prelude (void)
2222

2323
chef_set_chef (this, "@ccmywish");
2424
chef_set_cooks (this, 1, "@ccmywish");
25-
chef_set_sauciers (this, 0);
25+
chef_set_sauciers (this, 1, "@BingChunMoLi");
2626

2727
chef_allow_local_mode (this, PartiallyCan, "支持 bundler. 不支持 gem", "Support bundler. Not support gem");
2828
chef_allow_english(this);
@@ -104,4 +104,4 @@ void
104104
pl_ruby_resetsrc (char *option)
105105
{
106106
pl_ruby_setsrc (option);
107-
}
107+
}

src/recipe/menu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ chsrc_available_mirrors[] = {
222222

223223
/* ------------------------ chsrc 内部实现 ------------------------ */
224224
/* 不要列出 &UpstreamProvider 和 &UserDefinedProvider */
225-
};
225+
};

0 commit comments

Comments
 (0)