diff --git a/lib/ui/index_ui.dart b/lib/ui/index_ui.dart index 941f455..c6bf71f 100644 --- a/lib/ui/index_ui.dart +++ b/lib/ui/index_ui.dart @@ -33,7 +33,7 @@ class IndexUI extends BaseUI { ), const SizedBox(width: 12), const Text( - "SC汉化盒子 V${AppConf.appVersion} ${AppConf.isMSE ? "" : " +Dev"}") + "SC汉化盒子 V${AppConf.appVersion} ${AppConf.isMSE ? "" : " Dev"}") ], ), ),