bump: 3.0.0 Beta 72

This commit is contained in:
xkeyC 2025-11-21 00:01:22 +08:00
parent 19034a04d5
commit 5c668cba2c

View File

@ -1,15 +1,8 @@
class ConstConf { class ConstConf {
static const String appVersion = "2.15.1 Beta2"; static const String appVersion = "3.0.0 Beta";
static const int appVersionCode = 71; static const int appVersionCode = 72;
static const String appVersionDate = "2025-11-16"; static const String appVersionDate = "2025-11-21";
static const _gameChannels = [ static const _gameChannels = ["LIVE", "4.0_PREVIEW", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
"LIVE",
"4.0_PREVIEW",
"PTU",
"EPTU",
"TECH-PREVIEW",
"HOTFIX",
];
static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true"; static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true";
static const win32AppId = isMSE static const win32AppId = isMSE
? "56575xkeyC.MSE_bsn1nexg8e4qe!starcitizendoctor" ? "56575xkeyC.MSE_bsn1nexg8e4qe!starcitizendoctor"