From 25ae18d6a971c72416745f84e1a4c3e1bd72ade4 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 20 Jul 2025 18:31:58 +0800 Subject: [PATCH] :rocket: Launch 3.1.0+114 --- lib/pods/config.dart | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/pods/config.dart b/lib/pods/config.dart index 71ef9af..2a38b31 100644 --- a/lib/pods/config.dart +++ b/lib/pods/config.dart @@ -10,7 +10,7 @@ part 'config.g.dart'; const kTokenPairStoreKey = 'dyn_user_tk'; -const kNetworkServerDefault = 'https://nt.solian.app'; +const kNetworkServerDefault = 'https://api.solian.app'; const kNetworkServerStoreKey = 'app_server_url'; const kAppbarTransparentStoreKey = 'app_bar_transparent'; @@ -82,7 +82,7 @@ class AppSettingsNotifier extends _$AppSettingsNotifier { Size? _getWindowSizeFromPrefs(SharedPreferences prefs) { final sizeString = prefs.getString(kAppWindowSize); if (sizeString == null) return null; - + try { final parts = sizeString.split(','); if (parts.length == 2) { diff --git a/pubspec.yaml b/pubspec.yaml index 8477461..939d2c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 3.1.0+113 +version: 3.1.0+114 environment: sdk: ^3.7.2