浏览代码

更多应用界面添加钱包图标

yangjia 1 月之前
父节点
当前提交
06316c80bd
共有 2 个文件被更改,包括 2 次插入17 次删除
  1. 二进制
      assets/images/ico_iBit_wallet.png
  2. 2 17
      lib/presentation/screens/app/app_home.dart

二进制
assets/images/ico_iBit_wallet.png


+ 2 - 17
lib/presentation/screens/app/app_home.dart

@@ -326,23 +326,8 @@ class _HeroBanner extends StatelessWidget {
               child: Column(
                 crossAxisAlignment: CrossAxisAlignment.start,
                 children: [
-                  Container(
-                    width: 34,
-                    height: 34,
-                    decoration: BoxDecoration(
-                      color: AppColors.brand,
-                      borderRadius: BorderRadius.circular(8),
-                    ),
-                    alignment: Alignment.center,
-                    child: const Text(
-                      'iBit',
-                      style: TextStyle(
-                        color: Colors.black,
-                        fontSize: 12,
-                        fontWeight: FontWeight.w800,
-                      ),
-                    ),
-                  ),
+                  //钱包图标
+                  Image.asset("assets/images/ico_iBit_wallet.png",width:30,),
                   const Spacer(),
                   Text(
                     l10n.appHomeHeroTitle,