mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 06:33:43 +08:00
update
This commit is contained in:
parent
a0d0d4bd82
commit
6b82660738
@ -17,9 +17,9 @@ import 'package:window_manager/window_manager.dart';
|
||||
import '../base/ui.dart';
|
||||
|
||||
class AppConf {
|
||||
static const String appVersion = "2.9.10 Beta";
|
||||
static const int appVersionCode = 26;
|
||||
static const String appVersionDate = "2023-11-16";
|
||||
static const String appVersion = "2.9.16 Beta";
|
||||
static const int appVersionCode = 28;
|
||||
static const String appVersionDate = "2023-11-17";
|
||||
|
||||
static const String gitlabHomeUrl =
|
||||
"https://jihulab.com/StarCitizenCN_Community/StarCitizenDoctor";
|
||||
|
@ -20,7 +20,7 @@ class AboutUI extends BaseUI<AboutUIModel> {
|
||||
const SizedBox(height: 6),
|
||||
if (AppConf.isMSE)
|
||||
const Text(
|
||||
"SCN公民盒子 V${AppConf.appVersion}",
|
||||
"SC汉化盒子 V${AppConf.appVersion}",
|
||||
style: TextStyle(fontSize: 18),
|
||||
)
|
||||
else
|
||||
|
@ -28,7 +28,7 @@ class IndexUI extends BaseUI<IndexUIModel> {
|
||||
Image.asset("assets/app_logo.png", width: 24, height: 24),
|
||||
const SizedBox(width: 12),
|
||||
if (AppConf.isMSE)
|
||||
const Text("SCN公民盒子 V${AppConf.appVersion}")
|
||||
const Text("SC汉化盒子 V${AppConf.appVersion}")
|
||||
else
|
||||
const Text("星际公民盒子 V${AppConf.appVersion}"),
|
||||
],
|
||||
|
@ -122,7 +122,7 @@ flutter:
|
||||
# For details regarding fonts from package dependencies,
|
||||
# see https://flutter.dev/custom-fonts/#from-packages
|
||||
msix_config:
|
||||
display_name: 星际公民盒子MSE
|
||||
display_name: SC汉化盒子
|
||||
publisher_display_name: xkeyC Studio
|
||||
identity_name: 56575xkeyC.MSE
|
||||
publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87
|
||||
|
Loading…
Reference in New Issue
Block a user