Release: 2.14.1 65

This commit is contained in:
xkeyC 2025-05-08 23:38:22 +08:00
parent 14b16f3a78
commit 184290aaf4
2 changed files with 7 additions and 9 deletions

View File

@ -1,17 +1,16 @@
class ConstConf { class ConstConf {
static const String appVersion = "2.14.0"; static const String appVersion = "2.14.1";
static const int appVersionCode = 64; static const int appVersionCode = 65;
static const String appVersionDate = "2025-04-06"; static const String appVersionDate = "2025-05-08";
static const _gameChannels = [ static const _gameChannels = [
"LIVE", "LIVE",
"4.0_PREVIEW", "4.0_PREVIEW",
"PTU", "PTU",
"EPTU", "EPTU",
"TECH-PREVIEW", "TECH-PREVIEW",
"HOTFIX" "HOTFIX",
]; ];
static const isMSE = static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true";
String.fromEnvironment("MSE", defaultValue: "false") == "true";
static const dohAddress = "https://223.6.6.6/resolve"; static const dohAddress = "https://223.6.6.6/resolve";
static const inputMethodServerPort = 59399; static const inputMethodServerPort = 59399;
} }
@ -23,6 +22,5 @@ class AppConf {
_networkGameChannels = channels; _networkGameChannels = channels;
} }
static List<String> get gameChannels => static List<String> get gameChannels => _networkGameChannels ?? ConstConf._gameChannels;
_networkGameChannels ?? ConstConf._gameChannels;
} }

View File

@ -110,7 +110,7 @@ msix_config:
publisher_display_name: xkeyC Studio publisher_display_name: xkeyC Studio
identity_name: 56575xkeyC.MSE identity_name: 56575xkeyC.MSE
publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87 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 logo_path: ./assets/app_logo.png
capabilities: internetClient,allowElevation capabilities: internetClient,allowElevation
languages: zh-cn languages: zh-cn