fix: LocalizationUIModel _cfgFile dir

This commit is contained in:
2024-03-30 15:07:32 +08:00
parent 4d2c0c20d5
commit bb48504016
3 changed files with 27 additions and 10 deletions

View File

@ -1,7 +1,7 @@
class ConstConf {
static const String appVersion = "2.10.9 Beta";
static const int appVersionCode = 44;
static const String appVersionDate = "2024-03-26";
static const String appVersion = "2.10.10 Beta";
static const int appVersionCode = 45;
static const String appVersionDate = "2024-03-30";
static const gameChannels = ["LIVE", "PTU", "EPTU"];
static const isMSE =
String.fromEnvironment("MSE", defaultValue: "false") == "true";