From 184290aaf41a8ea19ed4a8d01f4011bbfc21793a Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Thu, 8 May 2025 23:38:22 +0800 Subject: [PATCH] Release: 2.14.1 65 --- lib/common/conf/conf.dart | 14 ++++++-------- pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/lib/common/conf/conf.dart b/lib/common/conf/conf.dart index 34f4317..21983e7 100644 --- a/lib/common/conf/conf.dart +++ b/lib/common/conf/conf.dart @@ -1,17 +1,16 @@ class ConstConf { - static const String appVersion = "2.14.0"; - static const int appVersionCode = 64; - static const String appVersionDate = "2025-04-06"; + static const String appVersion = "2.14.1"; + static const int appVersionCode = 65; + static const String appVersionDate = "2025-05-08"; static const _gameChannels = [ "LIVE", "4.0_PREVIEW", "PTU", "EPTU", "TECH-PREVIEW", - "HOTFIX" + "HOTFIX", ]; - static const isMSE = - String.fromEnvironment("MSE", defaultValue: "false") == "true"; + static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true"; static const dohAddress = "https://223.6.6.6/resolve"; static const inputMethodServerPort = 59399; } @@ -23,6 +22,5 @@ class AppConf { _networkGameChannels = channels; } - static List get gameChannels => - _networkGameChannels ?? ConstConf._gameChannels; + static List get gameChannels => _networkGameChannels ?? ConstConf._gameChannels; } diff --git a/pubspec.yaml b/pubspec.yaml index 1714215..66a4112 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -110,7 +110,7 @@ msix_config: publisher_display_name: xkeyC Studio identity_name: 56575xkeyC.MSE publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87 - msix_version: 2.14.0.0 + msix_version: 2.14.1.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn