mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-07-30 04:43:18 +08:00
新增创建快捷方式的功能
This commit is contained in:
@ -32,10 +32,8 @@ class IndexUI extends BaseUI<IndexUIModel> {
|
||||
fit: BoxFit.cover,
|
||||
),
|
||||
const SizedBox(width: 12),
|
||||
if (AppConf.isMSE)
|
||||
const Text("SC汉化盒子 V${AppConf.appVersion}")
|
||||
else
|
||||
const Text("星际公民盒子 V${AppConf.appVersion}"),
|
||||
const Text(
|
||||
"SC汉化盒子 V${AppConf.appVersion} ${AppConf.isMSE ? "" : " +Dev"}")
|
||||
],
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user