From 5c668cba2cc01c1c6f8edf1b455ebd466f21dead Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Fri, 21 Nov 2025 00:01:22 +0800 Subject: [PATCH] bump: 3.0.0 Beta 72 --- lib/common/conf/conf.dart | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/lib/common/conf/conf.dart b/lib/common/conf/conf.dart index cdb807c..ffb73ac 100644 --- a/lib/common/conf/conf.dart +++ b/lib/common/conf/conf.dart @@ -1,15 +1,8 @@ class ConstConf { - static const String appVersion = "2.15.1 Beta2"; - static const int appVersionCode = 71; - static const String appVersionDate = "2025-11-16"; - static const _gameChannels = [ - "LIVE", - "4.0_PREVIEW", - "PTU", - "EPTU", - "TECH-PREVIEW", - "HOTFIX", - ]; + static const String appVersion = "3.0.0 Beta"; + static const int appVersionCode = 72; + static const String appVersionDate = "2025-11-21"; + 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 ? "56575xkeyC.MSE_bsn1nexg8e4qe!starcitizendoctor"