mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 05:23:44 +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';
|
import '../base/ui.dart';
|
||||||
|
|
||||||
class AppConf {
|
class AppConf {
|
||||||
static const String appVersion = "2.9.10 Beta";
|
static const String appVersion = "2.9.16 Beta";
|
||||||
static const int appVersionCode = 26;
|
static const int appVersionCode = 28;
|
||||||
static const String appVersionDate = "2023-11-16";
|
static const String appVersionDate = "2023-11-17";
|
||||||
|
|
||||||
static const String gitlabHomeUrl =
|
static const String gitlabHomeUrl =
|
||||||
"https://jihulab.com/StarCitizenCN_Community/StarCitizenDoctor";
|
"https://jihulab.com/StarCitizenCN_Community/StarCitizenDoctor";
|
||||||
|
@ -20,7 +20,7 @@ class AboutUI extends BaseUI<AboutUIModel> {
|
|||||||
const SizedBox(height: 6),
|
const SizedBox(height: 6),
|
||||||
if (AppConf.isMSE)
|
if (AppConf.isMSE)
|
||||||
const Text(
|
const Text(
|
||||||
"SCN公民盒子 V${AppConf.appVersion}",
|
"SC汉化盒子 V${AppConf.appVersion}",
|
||||||
style: TextStyle(fontSize: 18),
|
style: TextStyle(fontSize: 18),
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
|
@ -28,7 +28,7 @@ class IndexUI extends BaseUI<IndexUIModel> {
|
|||||||
Image.asset("assets/app_logo.png", width: 24, height: 24),
|
Image.asset("assets/app_logo.png", width: 24, height: 24),
|
||||||
const SizedBox(width: 12),
|
const SizedBox(width: 12),
|
||||||
if (AppConf.isMSE)
|
if (AppConf.isMSE)
|
||||||
const Text("SCN公民盒子 V${AppConf.appVersion}")
|
const Text("SC汉化盒子 V${AppConf.appVersion}")
|
||||||
else
|
else
|
||||||
const Text("星际公民盒子 V${AppConf.appVersion}"),
|
const Text("星际公民盒子 V${AppConf.appVersion}"),
|
||||||
],
|
],
|
||||||
|
@ -122,7 +122,7 @@ flutter:
|
|||||||
# For details regarding fonts from package dependencies,
|
# For details regarding fonts from package dependencies,
|
||||||
# see https://flutter.dev/custom-fonts/#from-packages
|
# see https://flutter.dev/custom-fonts/#from-packages
|
||||||
msix_config:
|
msix_config:
|
||||||
display_name: 星际公民盒子MSE
|
display_name: SC汉化盒子
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user