add pub and flutter default upstream server addr

This commit is contained in:
czyt 2024-10-31 13:54:21 +08:00 committed by ccmywish
parent d0027da4cc
commit 084d99c77d
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
*/ */
static SourceInfo static SourceInfo
pl_dart_flutter_sources[] = { pl_dart_flutter_sources[] = {
{&Upstream, NULL}, {&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

@ -15,7 +15,7 @@
*/ */
static SourceInfo static SourceInfo
pl_dart_sources[] = { pl_dart_sources[] = {
{&Upstream, NULL}, {&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"}