From 8d07af2253440ae9be03d1688dd379fa620f4b54 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Sun, 3 Nov 2024 18:33:47 +0800 Subject: [PATCH] Release: 2.13.0 58 --- lib/common/conf/const_conf.dart | 6 +++--- lib/ui/settings/settings_ui_model.dart | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/common/conf/const_conf.dart b/lib/common/conf/const_conf.dart index e1f5ec9..a1b8d38 100644 --- a/lib/common/conf/const_conf.dart +++ b/lib/common/conf/const_conf.dart @@ -1,7 +1,7 @@ class ConstConf { - static const String appVersion = "2.12.3"; - static const int appVersionCode = 57; - static const String appVersionDate = "2024-10-07"; + static const String appVersion = "2.13.0"; + static const int appVersionCode = 58; + static const String appVersionDate = "2024-11-03"; static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"]; static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true"; diff --git a/lib/ui/settings/settings_ui_model.dart b/lib/ui/settings/settings_ui_model.dart index fc008fd..9125011 100644 --- a/lib/ui/settings/settings_ui_model.dart +++ b/lib/ui/settings/settings_ui_model.dart @@ -69,7 +69,7 @@ class SettingsUIModel extends _$SettingsUIModel { } Future setLauncherPath(BuildContext context) async { - await showToast(context, "${S.current.setting_toast_select_launcher_exe}"); + await showToast(context, S.current.setting_toast_select_launcher_exe); final r = await FilePicker.platform.pickFiles( dialogTitle: S.current.setting_action_info_select_rsi_launcher_location, type: FileType.custom, @@ -90,7 +90,7 @@ class SettingsUIModel extends _$SettingsUIModel { } Future setGamePath(BuildContext context) async { - await showToast(context, "${S.current.setting_toast_select_game_file}"); + await showToast(context, S.current.setting_toast_select_game_file); final r = await FilePicker.platform.pickFiles( dialogTitle: S.current.setting_action_info_select_game_install_location, type: FileType.custom, diff --git a/pubspec.yaml b/pubspec.yaml index cab41ad..ec0b954 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -100,7 +100,7 @@ msix_config: publisher_display_name: xkeyC Studio identity_name: 56575xkeyC.MSE publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87 - msix_version: 2.12.3.0 + msix_version: 2.13.0.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn