alroyso 1 năm trước cách đây
mục cha
commit
7757c46d87
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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")
               ],
             );
           })