From f283f4db438d1cc4a51bd1e507c46128168408aa Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Wed, 11 Sep 2024 20:50:01 +0800 Subject: [PATCH] feat: hotfix channel support --- lib/common/conf/const_conf.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/conf/const_conf.dart b/lib/common/conf/const_conf.dart index 034bfc7..b69a6c0 100644 --- a/lib/common/conf/const_conf.dart +++ b/lib/common/conf/const_conf.dart @@ -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"; }