mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 12:34:45 +08:00
修复重启应用后的限速设置
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user