mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 06:44:45 +08:00
update
This commit is contained in:
@ -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}"),
|
||||
],
|
||||
|
Reference in New Issue
Block a user