fix: urls

This commit is contained in:
2024-09-04 21:22:07 +08:00
parent 07f2ab03cb
commit 75273af5b8
4 changed files with 6 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ class Api {
static Future<List> getScServerStatus() async {
final r = await RSHttp.getText(
"https://status.robertsspaceindustries.com/index.json");
"https:///web-proxy.scbox.xkeyc.cn/rsi_status/index.json");
final map = json.decode(r);
return map["systems"];
}