Rename struct

This commit is contained in:
Aoran Zeng
2024-11-22 07:02:21 +08:00
parent b8f847a9ce
commit 743380290e
68 changed files with 109 additions and 109 deletions

View File

@@ -15,7 +15,7 @@
/**
* @update 2024-10-31
*/
static SourceInfo
static Source_t
pl_dart_flutter_sources[] = {
{&UpstreamProvider, "https://storage.googleapis.com"},
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn"}, // 没有后缀,怀疑是否存在问题

View File

@@ -14,7 +14,7 @@
/**
* @update 2024-10-31
*/
static SourceInfo
static Source_t
pl_dart_sources[] = {
{&UpstreamProvider, "https://pub.dev"},
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/dart-pub"},