fix: RSI Status

This commit is contained in:
xkeyC 2025-11-13 20:19:22 +08:00
parent 476c40f4cd
commit c31b31516f

View File

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