浏览代码

add Copyright©

[baozhangchao] 3 年前
父节点
当前提交
5f77812fb8
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      lib/pages/main/widgets/main/index.dart

+ 5
- 0
lib/pages/main/widgets/main/index.dart 查看文件

@@ -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
         ],