opt.: servers list -> map

This commit is contained in:
lollipopkit
2023-04-23 14:08:46 +08:00
parent bd608ce06f
commit 71243ea1fe
10 changed files with 85 additions and 80 deletions

View File

@@ -55,4 +55,4 @@ String? _parseSysVer(String raw) {
return s[1].replaceAll('"', '').replaceFirst('\n', '');
}
return null;
}
}

View File

@@ -24,4 +24,4 @@ class TryLimiter {
void clear() {
_triedTimes.clear();
}
}
}