feat: To avoid PTU information becoming outdated

This commit is contained in:
xkeyC
2025-12-13 16:54:26 +08:00
parent cf3e67838d
commit 50c8d294f9
2 changed files with 70 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
class ConstConf {
static const String appVersion = "3.0.0 Beta5";
static const int appVersionCode = 75;
static const String appVersionDate = "2025-12-06";
static const String appVersion = "3.0.0 Beta6";
static const int appVersionCode = 76;
static const String appVersionDate = "2025-12-13";
static const _gameChannels = ["LIVE", "4.0_PREVIEW", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true";
static const win32AppId = isMSE