mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 06:33:43 +08:00
upgrade
This commit is contained in:
parent
0b475a50a0
commit
2f036e4d13
@ -17,8 +17,8 @@ import 'package:uuid/uuid.dart';
|
|||||||
import 'package:window_manager/window_manager.dart';
|
import 'package:window_manager/window_manager.dart';
|
||||||
|
|
||||||
class AppConf {
|
class AppConf {
|
||||||
static const String appVersion = "2.10.3 Beta";
|
static const String appVersion = "2.10.4 Beta";
|
||||||
static const int appVersionCode = 38;
|
static const int appVersionCode = 39;
|
||||||
static const String appVersionDate = "2024-02-03";
|
static const String appVersionDate = "2024-02-03";
|
||||||
|
|
||||||
static const gameChannels = ["LIVE", "PTU", "EPTU"];
|
static const gameChannels = ["LIVE", "PTU", "EPTU"];
|
||||||
|
@ -18,7 +18,7 @@ class URLConf {
|
|||||||
|
|
||||||
static String get apiRepoPath => "$gitApiHome/SCToolBox/api/raw/branch/main";
|
static String get apiRepoPath => "$gitApiHome/SCToolBox/api/raw/branch/main";
|
||||||
|
|
||||||
static String get gitlabApiPath => "https://$gitApiHome/api/v1/";
|
static String get gitlabApiPath => "$gitApiHome/api/v1/";
|
||||||
|
|
||||||
static String get webTranslateHomeUrl =>
|
static String get webTranslateHomeUrl =>
|
||||||
"$gitApiHome/SCToolBox/ScWeb_Chinese_Translate/raw/branch/main/json/locales";
|
"$gitApiHome/SCToolBox/ScWeb_Chinese_Translate/raw/branch/main/json/locales";
|
||||||
|
@ -38,6 +38,7 @@ class UpgradeDialogUIModel extends BaseUIModel {
|
|||||||
}
|
}
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
dPrint("UpgradeDialogUIModel.loadData Error : $e");
|
||||||
Navigator.pop(context!, false);
|
Navigator.pop(context!, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -138,7 +138,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.10.3.0
|
msix_version: 2.10.4.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
|
||||||
|
Loading…
Reference in New Issue
Block a user