tilt import

This commit is contained in:
2023-10-31 00:27:46 +08:00
parent cebe74d972
commit 0fdf56fd7d
5 changed files with 163 additions and 127 deletions

View File

@ -27,7 +27,8 @@ 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}"),
const Text(
"星际公民盒子 V${AppConf.appVersion}${AppConf.isMSE ? " MSE" : ""}"),
],
),
),