alroyso 1 년 전
부모
커밋
7757c46d87
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/app/modules/home/views/home_view.dart

+ 1 - 1
lib/app/modules/home/views/home_view.dart

@@ -211,7 +211,7 @@ class HomeView extends GetView<HomeController> {
                 //   alignment: Alignment.center,
                 //   child:,
                 // )
-                Text(kVersion)
+                Text("版本号:$kVersion")
               ],
             );
           })