Browse Source

add Copyright©

[baozhangchao] 3 years ago
parent
commit
5f77812fb8
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      lib/pages/main/widgets/main/index.dart

+ 5
- 0
lib/pages/main/widgets/main/index.dart View File

@@ -79,6 +79,11 @@ class MainPage extends StatelessWidget {
79 79
                   ),
80 80
                 ),
81 81
               ),
82
+              Container(
83
+                margin: EdgeInsets.fromLTRB(0, 5, 0, 15),
84
+                child: Text('南京市云致科技有限公司 提供技术支持',style: TextStyle(fontSize: 15.sp,color: Color(
85
+                    0xff999999)),),
86
+              )
82 87
             ],
83 88
           ),
84 89
         ],