77 * |
88 * Created On : <2023-09-10>
99 * Major Revision : 2
10- * Last Modified : <2025-06-19 >
10+ * Last Modified : <2025-07-11 >
1111 *
1212 * 2024-09-14: 不得不将Dart和Flutter拆分为两个Target,
1313 * 因为3家教育网镜像站给出的 Dart 和 Flutter 换源URL模式都不一样
1414 * ------------------------------------------------------------*/
1515
16+ #define PL_Dart_Flutter_Speed_URL_Postfix "/flutter_infra_release/releases/stable/linux/flutter_linux_v1.0.0-stable.tar.xz"
17+
1618/**
1719 * @update 2025-04-15
1820 */
@@ -24,11 +26,15 @@ static SourceProvider_t pl_dart_flutter_upstream =
2426
2527static Source_t pl_dart_flutter_sources [] =
2628{
27- {& pl_dart_flutter_upstream , "https://storage.googleapis.com" },
28- {& FlutterCN , "https://storage.flutter-io.cn" },
29- {& Sjtug_Zhiyuan , "https://mirror.sjtu.edu.cn" }, // 没有后缀,怀疑是否存在问题
30- {& Tuna , "https://mirrors.tuna.tsinghua.edu.cn/flutter" },
31- {& Nju , "https://mirror.nju.edu.cn/flutter" }
29+ {& pl_dart_flutter_upstream , "https://storage.googleapis.com" , DelegateToUpstream },
30+ {& FlutterCN , "https://storage.flutter-io.cn" , DelegateToMirror },
31+ {& Sjtug_Zhiyuan , "https://mirror.sjtu.edu.cn" , NULL }, /* 官方文档也没有给后缀,怀疑是否存在问题 */
32+
33+ {& Tuna , "https://mirrors.tuna.tsinghua.edu.cn/flutter" ,
34+ "https://mirrors.tuna.tsinghua.edu.cn/flutter" PL_Dart_Flutter_Speed_URL_Postfix },
35+
36+ {& Nju , "https://mirror.nju.edu.cn/flutter" ,
37+ "https://mirror.nju.edu.cn/flutter" PL_Dart_Flutter_Speed_URL_Postfix }
3238};
3339def_sources_n (pl_dart_flutter );
3440
0 commit comments