Skip to content

Commit 3e2e7f9

Browse files
committed
Adjust contributor info
[GitHub #112 #111]
1 parent 7412da9 commit 3e2e7f9

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

src/chsrc-main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* | xuan <[email protected]>
1717
* | GnixAij <[email protected]>
1818
* | ChatGPT <https://chatgpt.com>
19+
* | czyt <[email protected]>
1920
* |
2021
* Created On : <2023-08-28>
2122
* Last Modified : <2024-10-31>

src/recipe/lang/Dart/Flutter.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
* SPDX-License-Identifier: GPL-3.0-or-later
33
* -------------------------------------------------------------
44
* File Authors : Aoran Zeng <[email protected]>
5-
* Contributors : Nil Null <[email protected]>
6-
* | czyt <[email protected]>
5+
* Contributors : czyt <[email protected]>
6+
* |
77
* Created On : <2023-09-10>
8-
* Major Revision : 3
8+
* Major Revision : 2
99
* Last Modified : <2024-10-31>
1010
*
1111
* 2024-09-14: 不得不将Dart和Flutter拆分为两个Target,
1212
* 因为3家教育网镜像站给出的 Dart 和 Flutter 换源URL模式都不一样
13-
* 2024-10-31: 补充FLUTTER_STORAGE_BASE_URL的默认源地址
1413
* ------------------------------------------------------------*/
1514

1615
/**
17-
* @update 2024-09-14
16+
* @update 2024-10-31
1817
*/
1918
static SourceInfo
2019
pl_dart_flutter_sources[] = {

src/recipe/lang/Dart/Pub.c

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
22
* SPDX-License-Identifier: GPL-3.0-or-later
33
* -------------------------------------------------------------
44
* File Authors : Aoran Zeng <[email protected]>
5-
* Contributors : Nil Null <[email protected]>
6-
* | czyt <[email protected]>
5+
* Contributors : czyt <[email protected]>
6+
* |
77
* Created On : <2023-09-10>
8-
* Major Revision : 4
8+
* Major Revision : 3
99
* Last Modified : <2024-10-31>
1010
*
11-
* 2024-10-31: 补充PUB_HOSTED_URL的默认源地址
12-
*
1311
* Dart Pub 软件仓库
1412
* ------------------------------------------------------------*/
1513

1614
/**
17-
* @update 2024-09-14
15+
* @update 2024-10-31
1816
*/
1917
static SourceInfo
2018
pl_dart_sources[] = {

src/recipe/lang/Go.c

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/** ------------------------------------------------------------
22
* SPDX-License-Identifier: GPL-3.0-or-later
33
* -------------------------------------------------------------
4-
* File Authors : Aoran Zeng <[email protected]>
5-
* Contributors : Nil Null <[email protected]>
6-
* | czyt <[email protected]>
7-
* Created On : <2023-08-30>
4+
* File Authors : Aoran Zeng <[email protected]>
5+
* Contributors : czyt <[email protected]>
6+
* |
7+
* Created On : <2023-08-30>
88
* Major Revision : 1
9-
* Last Modified : <2024-10-31>
10-
*
11-
* 2024-10-31: 补充Go语言的默认GOPROXY地址
9+
* Last Modified : <2024-10-31>
1210
* ------------------------------------------------------------*/
1311

1412
static MirrorSite
@@ -20,12 +18,12 @@ GoProxyIO = {"goproxy.io", "GOPROXY.IO", "GOPROXY.IO", "https://gopr
2018

2119

2220
/**
23-
* @time 2024-04-18 更新
21+
* @update 2024-10-31
2422
* @note 缺少教育网软件源
2523
*/
2624
static SourceInfo
2725
pl_go_sources[] = {
28-
{&Upstream, "https://proxy.golang.org,direct"},
26+
{&Upstream, "https://proxy.golang.org"},
2927
{&GoProxyCN, "https://goproxy.cn"},
3028
{&Ali, "https://mirrors.aliyun.com/goproxy/"},
3129
{&Huawei, "https://mirrors.huaweicloud.com/goproxy/"},
@@ -48,15 +46,19 @@ pl_go_check_cmd ()
4846
}
4947
}
5048

49+
5150
void
5251
pl_go_getsrc (char *option)
5352
{
5453
pl_go_check_cmd ();
5554
chsrc_run ("go env GOPROXY", RunOpt_Default);
5655
}
5756

57+
5858
/**
59-
* Go换源,参考:https://goproxy.cn/
59+
* chsrc set go
60+
*
61+
* @consult https://goproxy.cn/
6062
*/
6163
void
6264
pl_go_setsrc (char *option)

0 commit comments

Comments
 (0)