add commit comment and history

This commit is contained in:
czyt 2024-10-31 20:13:29 +08:00 committed by ccmywish
parent 084d99c77d
commit 7412da9a9b
3 changed files with 17 additions and 8 deletions

View File

@ -3,12 +3,14 @@
* ------------------------------------------------------------- * -------------------------------------------------------------
* File Authors : Aoran Zeng <ccmywish@qq.com> * File Authors : Aoran Zeng <ccmywish@qq.com>
* Contributors : Nil Null <nil@null.org> * Contributors : Nil Null <nil@null.org>
* | czyt <czyt.go@gmail.com>
* Created On : <2023-09-10> * Created On : <2023-09-10>
* Major Revision : 2 * Major Revision : 3
* Last Modified : <2024-09-14> * Last Modified : <2024-10-31>
* *
* 2024-09-14: Dart和Flutter拆分为两个Target * 2024-09-14: Dart和Flutter拆分为两个Target
* 3 Dart Flutter URL模式都不一样 * 3 Dart Flutter URL模式都不一样
* 2024-10-31: FLUTTER_STORAGE_BASE_URL的默认源地址
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
/** /**
@ -16,7 +18,7 @@
*/ */
static SourceInfo static SourceInfo
pl_dart_flutter_sources[] = { pl_dart_flutter_sources[] = {
{&Upstream, "https://storage.googleapis.com"}, {&Upstream, "https://storage.googleapis.com"},
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn"}, // 没有后缀,怀疑是否存在问题 {&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn"}, // 没有后缀,怀疑是否存在问题
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/git/flutter"}, // URL 带 git {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/git/flutter"}, // URL 带 git
{&Nju, "https://mirror.nju.edu.cn/flutter"} {&Nju, "https://mirror.nju.edu.cn/flutter"}

View File

@ -3,9 +3,12 @@
* ------------------------------------------------------------- * -------------------------------------------------------------
* File Authors : Aoran Zeng <ccmywish@qq.com> * File Authors : Aoran Zeng <ccmywish@qq.com>
* Contributors : Nil Null <nil@null.org> * Contributors : Nil Null <nil@null.org>
* | czyt <czyt.go@gmail.com>
* Created On : <2023-09-10> * Created On : <2023-09-10>
* Major Revision : 3 * Major Revision : 4
* Last Modified : <2024-09-14> * Last Modified : <2024-10-31>
*
* 2024-10-31: PUB_HOSTED_URL的默认源地址
* *
* Dart Pub * Dart Pub
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
@ -15,7 +18,7 @@
*/ */
static SourceInfo static SourceInfo
pl_dart_sources[] = { pl_dart_sources[] = {
{&Upstream, "https://pub.dev"}, {&Upstream, "https://pub.dev"},
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/dart-pub"}, {&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/dart-pub"},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/dart-pub"}, {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/dart-pub"},
{&Nju, "https://mirror.nju.edu.cn/dart-pub"} {&Nju, "https://mirror.nju.edu.cn/dart-pub"}

View File

@ -3,8 +3,12 @@
* ------------------------------------------------------------- * -------------------------------------------------------------
* File Authors : Aoran Zeng <ccmywish@qq.com> * File Authors : Aoran Zeng <ccmywish@qq.com>
* Contributors : Nil Null <nil@null.org> * Contributors : Nil Null <nil@null.org>
* | czyt <czyt.go@gmail.com>
* Created On : <2023-08-30> * Created On : <2023-08-30>
* Last Modified : <2024-08-09> * Major Revision : 1
* Last Modified : <2024-10-31>
*
* 2024-10-31: Go语言的默认GOPROXY地址
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
static MirrorSite static MirrorSite
@ -21,7 +25,7 @@ GoProxyIO = {"goproxy.io", "GOPROXY.IO", "GOPROXY.IO", "https://gopr
*/ */
static SourceInfo static SourceInfo
pl_go_sources[] = { pl_go_sources[] = {
{&Upstream, "https://proxy.golang.org,direct"}, {&Upstream, "https://proxy.golang.org,direct"},
{&GoProxyCN, "https://goproxy.cn"}, {&GoProxyCN, "https://goproxy.cn"},
{&Ali, "https://mirrors.aliyun.com/goproxy/"}, {&Ali, "https://mirrors.aliyun.com/goproxy/"},
{&Huawei, "https://mirrors.huaweicloud.com/goproxy/"}, {&Huawei, "https://mirrors.huaweicloud.com/goproxy/"},