mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-06 15:10:20 +00:00
feat: init Party Room
This commit is contained in:
@@ -32,6 +32,13 @@ class URLConf {
|
||||
|
||||
static String get devReleaseUrl => "$gitApiHome/SCToolBox/Release/releases";
|
||||
|
||||
/// PartyRoom Server
|
||||
static const String partyRoomServerAddress = "localhost";
|
||||
static const int partyRoomServerPort = 50051;
|
||||
|
||||
/// RSI Avatar Base URL
|
||||
static const String rsiAvatarBaseUrl = "https://robertsspaceindustries.com";
|
||||
|
||||
static Future<bool> checkHost() async {
|
||||
// 使用 DNS 获取可用列表
|
||||
final gitApiList = _genFinalList(await dnsLookupTxt("git.dns.scbox.org"));
|
||||
|
||||
Reference in New Issue
Block a user