Browse Source

[new]替换首页AI秘书为动图

zk 1 year ago
parent
commit
8773379062

BIN
assets/images/main_tab_secretary.gif


BIN
assets/images/main_tab_secretary.webp


+ 2 - 7
lib/module/main/view.dart

@@ -73,13 +73,8 @@ class MainTabPage extends BasePage<MainController> {
         onTap: () {
           controller.onChatClick();
         },
-        child: SizedBox(
-          key: controller.aiGuideKey,
-          width: 52.w,
-          child: AspectRatio(
-              aspectRatio: 1 / 1,
-              child: Assets.images.mainTabSecretary.image()),
-        ));
+        child: Assets.images.mainTabSecretary
+            .image(key: controller.aiGuideKey, width: 52.w, height: 52.w));
   }
 
   Widget buildBottomAppBar() {