Skip to content

Commit 7412da9

Browse files
czytccmywish
czyt
authored andcommitted
add commit comment and history
1 parent 084d99c commit 7412da9

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

src/recipe/lang/Dart/Flutter.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,22 @@
33
* -------------------------------------------------------------
44
* File Authors : Aoran Zeng <[email protected]>
55
* Contributors : Nil Null <[email protected]>
6+
* | czyt <[email protected]>
67
* Created On : <2023-09-10>
7-
* Major Revision : 2
8-
* Last Modified : <2024-09-14>
8+
* Major Revision : 3
9+
* Last Modified : <2024-10-31>
910
*
1011
* 2024-09-14: 不得不将Dart和Flutter拆分为两个Target,
1112
* 因为3家教育网镜像站给出的 Dart 和 Flutter 换源URL模式都不一样
13+
* 2024-10-31: 补充FLUTTER_STORAGE_BASE_URL的默认源地址
1214
* ------------------------------------------------------------*/
1315

1416
/**
1517
* @update 2024-09-14
1618
*/
1719
static SourceInfo
1820
pl_dart_flutter_sources[] = {
19-
{&Upstream, "https://storage.googleapis.com"},
21+
{&Upstream, "https://storage.googleapis.com"},
2022
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn"}, // 没有后缀,怀疑是否存在问题
2123
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/git/flutter"}, // URL 带 git
2224
{&Nju, "https://mirror.nju.edu.cn/flutter"}

src/recipe/lang/Dart/Pub.c

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
* -------------------------------------------------------------
44
* File Authors : Aoran Zeng <[email protected]>
55
* Contributors : Nil Null <[email protected]>
6+
* | czyt <[email protected]>
67
* Created On : <2023-09-10>
7-
* Major Revision : 3
8-
* Last Modified : <2024-09-14>
8+
* Major Revision : 4
9+
* Last Modified : <2024-10-31>
10+
*
11+
* 2024-10-31: 补充PUB_HOSTED_URL的默认源地址
912
*
1013
* Dart Pub 软件仓库
1114
* ------------------------------------------------------------*/
@@ -15,7 +18,7 @@
1518
*/
1619
static SourceInfo
1720
pl_dart_sources[] = {
18-
{&Upstream, "https://pub.dev"},
21+
{&Upstream, "https://pub.dev"},
1922
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/dart-pub"},
2023
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/dart-pub"},
2124
{&Nju, "https://mirror.nju.edu.cn/dart-pub"}

src/recipe/lang/Go.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
* -------------------------------------------------------------
44
* File Authors : Aoran Zeng <[email protected]>
55
* Contributors : Nil Null <[email protected]>
6+
* | czyt <[email protected]>
67
* Created On : <2023-08-30>
7-
* Last Modified : <2024-08-09>
8+
* Major Revision : 1
9+
* Last Modified : <2024-10-31>
10+
*
11+
* 2024-10-31: 补充Go语言的默认GOPROXY地址
812
* ------------------------------------------------------------*/
913

1014
static MirrorSite
@@ -21,7 +25,7 @@ GoProxyIO = {"goproxy.io", "GOPROXY.IO", "GOPROXY.IO", "https://gopr
2125
*/
2226
static SourceInfo
2327
pl_go_sources[] = {
24-
{&Upstream, "https://proxy.golang.org,direct"},
28+
{&Upstream, "https://proxy.golang.org,direct"},
2529
{&GoProxyCN, "https://goproxy.cn"},
2630
{&Ali, "https://mirrors.aliyun.com/goproxy/"},
2731
{&Huawei, "https://mirrors.huaweicloud.com/goproxy/"},

0 commit comments

Comments
 (0)