mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-08-16 17:36:22 +08:00
feat: Support 4.0_PREVIEW channel
This commit is contained in:
@@ -2,7 +2,7 @@ class ConstConf {
|
|||||||
static const String appVersion = "2.13.3";
|
static const String appVersion = "2.13.3";
|
||||||
static const int appVersionCode = 61;
|
static const int appVersionCode = 61;
|
||||||
static const String appVersionDate = "2024-11-23";
|
static const String appVersionDate = "2024-11-23";
|
||||||
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
|
static const gameChannels = ["LIVE", "4.0_PREVIEW","PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
|
||||||
static const isMSE =
|
static const isMSE =
|
||||||
String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
||||||
static const dohAddress = "https://223.6.6.6/resolve";
|
static const dohAddress = "https://223.6.6.6/resolve";
|
||||||
|
Reference in New Issue
Block a user