修复重启应用后的限速设置

This commit is contained in:
2024-02-24 21:48:29 +08:00
parent 5b13996591
commit 238e255489
2 changed files with 18 additions and 1 deletions

View File

@ -63,6 +63,11 @@ class Api {
return l;
}
static Future<String> getTorrentTrackerList() async {
final data = await getRepoData("sc_doctor", "tracker.list");
return data;
}
static Future<List> getScServerStatus() async {
final r = await RSHttp.getText(
"https://status.robertsspaceindustries.com/index.json");