feat: hotfix channel support

This commit is contained in:
xkeyC 2024-09-11 20:50:01 +08:00
parent 3ce635075c
commit f283f4db43

View File

@ -2,7 +2,7 @@ class ConstConf {
static const String appVersion = "2.12.0";
static const int appVersionCode = 54;
static const String appVersionDate = "2024-6-28";
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW"];
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
static const isMSE =
String.fromEnvironment("MSE", defaultValue: "false") == "true";
}