This commit is contained in:
2023-11-16 20:42:16 +08:00
parent 7f8397d6c6
commit 1d7d591a0d
7 changed files with 27 additions and 15 deletions

View File

@ -27,8 +27,10 @@ class IndexUI extends BaseUI<IndexUIModel> {
children: [
Image.asset("assets/app_logo.png", width: 24, height: 24),
const SizedBox(width: 12),
const Text(
"星际公民盒子 V${AppConf.appVersion}${AppConf.isMSE ? " MSE" : ""}"),
if (AppConf.isMSE)
const Text("SCN公民盒子 V${AppConf.appVersion}")
else
const Text("星际公民盒子 V${AppConf.appVersion}"),
],
),
),