mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-07-04 03:41:27 +08:00
[Party Room] 创建房间
This commit is contained in:
@ -47,6 +47,8 @@ class AppConf {
|
||||
|
||||
static const gameChannels = ["LIVE", "PTU", "EPTU"];
|
||||
|
||||
static String deviceUUID = "";
|
||||
|
||||
static late final String applicationSupportDir;
|
||||
|
||||
static AppVersionData? networkVersionData;
|
||||
@ -83,6 +85,7 @@ class AppConf {
|
||||
await box.put("install_id", const Uuid().v4());
|
||||
AnalyticsApi.touch("firstLaunch");
|
||||
}
|
||||
deviceUUID = box.get("install_id", defaultValue: "");
|
||||
} catch (e) {
|
||||
exit(1);
|
||||
}
|
||||
|
0
lib/common/utils/input_utils.dart
Normal file
0
lib/common/utils/input_utils.dart
Normal file
Reference in New Issue
Block a user