mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-22 19:53:43 +08:00
2.9 Beta 13
This commit is contained in:
parent
1ca821535b
commit
659feeb42e
@ -13,7 +13,7 @@ import '../base/ui.dart';
|
||||
class AppConf {
|
||||
static const String appVersion = "2.9 Beta";
|
||||
static const int appVersionCode = 13;
|
||||
static const String appVersionDate = "2023-10-06";
|
||||
static const String appVersionDate = "2023-10-10";
|
||||
|
||||
static const String gitlabHomeUrl =
|
||||
"https://jihulab.com/StarCitizenCN_Community/StarCitizenDoctor";
|
||||
|
@ -66,7 +66,7 @@ class UpgradeDialogUI extends BaseUI<UpgradeDialogUIModel> {
|
||||
top: 4, bottom: 4, left: 8, right: 8),
|
||||
child: Text("立即更新"),
|
||||
)),
|
||||
if (AppConf.appVersionCode <=
|
||||
if (AppConf.appVersionCode >=
|
||||
(AppConf.networkVersionData?.minVersionCode ?? 0))
|
||||
Button(
|
||||
onPressed: model.doCancel,
|
||||
|
Loading…
Reference in New Issue
Block a user