Release: 3.0.0 Beta5

This commit is contained in:
xkeyC 2025-12-06 15:51:06 +08:00
parent 8c4c11df6a
commit 9872823aff
5 changed files with 9 additions and 10 deletions

View File

@ -1,7 +1,7 @@
class ConstConf { class ConstConf {
static const String appVersion = "3.0.0 Beta3"; static const String appVersion = "3.0.0 Beta5";
static const int appVersionCode = 74; static const int appVersionCode = 75;
static const String appVersionDate = "2025-11-26"; static const String appVersionDate = "2025-12-06";
static const _gameChannels = ["LIVE", "4.0_PREVIEW", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"]; static const _gameChannels = ["LIVE", "4.0_PREVIEW", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true"; static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true";
static const win32AppId = isMSE static const win32AppId = isMSE

View File

@ -916,7 +916,7 @@ class PartyRoom extends _$PartyRoom {
state = state.copyWith(room: state.room.copyWith(eventStreamDisconnected: false)); state = state.copyWith(room: state.room.copyWith(eventStreamDisconnected: false));
} }
/// //ignore: avoid_public_notifier_properties
bool get isEventStreamActive => _eventStreamSubscription != null && !(_eventStreamSubscription?.isPaused ?? true); bool get isEventStreamActive => _eventStreamSubscription != null && !(_eventStreamSubscription?.isPaused ?? true);
// ========== ========== // ========== ==========

View File

@ -116,8 +116,8 @@ class HomeGameLoginUIModel extends _$HomeGameLoginUIModel {
); );
} }
// ignore: avoid_build_context_in_providers
Future<void> goWebView( Future<void> goWebView(
// ignore: avoid_build_context_in_providers
BuildContext context, BuildContext context,
String title, String title,
String url, { String url, {

View File

@ -147,8 +147,8 @@ class HomeGameDoctorUIModel extends _$HomeGameDoctorUIModel {
} }
} }
// ignore: avoid_build_context_in_providers
Future _checkGameRunningLog( Future _checkGameRunningLog(
// ignore: avoid_build_context_in_providers
BuildContext context, BuildContext context,
String scInstalledPath, String scInstalledPath,
List<MapEntry<String, String>> checkResult, List<MapEntry<String, String>> checkResult,
@ -203,8 +203,8 @@ class HomeGameDoctorUIModel extends _$HomeGameDoctorUIModel {
final _cnExp = RegExp(r"[^\x00-\xff]"); final _cnExp = RegExp(r"[^\x00-\xff]");
// ignore: avoid_build_context_in_providers
Future _checkPreInstall( Future _checkPreInstall(
// ignore: avoid_build_context_in_providers
BuildContext context, BuildContext context,
String scInstalledPath, String scInstalledPath,
List<MapEntry<String, String>> checkResult, List<MapEntry<String, String>> checkResult,

View File

@ -15,7 +15,7 @@ dependencies:
sdk: flutter sdk: flutter
flutter_riverpod: ^3.0.3 flutter_riverpod: ^3.0.3
riverpod_annotation: ^3.0.3 riverpod_annotation: ^3.0.3
flutter_hooks: ^0.21.3 flutter_hooks: ^0.21.3+1
hooks_riverpod: ^3.0.3 hooks_riverpod: ^3.0.3
json_annotation: ^4.9.0 json_annotation: ^4.9.0
go_router: ^17.0.0 go_router: ^17.0.0
@ -97,7 +97,6 @@ flutter:
uses-material-design: true uses-material-design: true
assets: assets:
- assets/ - assets/
- assets/binary/
- assets/countdown/ - assets/countdown/
- assets/web/input_method/ - assets/web/input_method/
- assets/web/input_method/js/ - assets/web/input_method/js/
@ -113,7 +112,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: 3.0.1.0 msix_version: 3.0.5.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