From 15f22267f857b5b7adbfb214c8e9fdf86739a958 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 24 Oct 2025 14:54:55 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/static/images/tabbar/add.png   |    0 
 src/pages.json                     |    4 ++--
 src/static/images/tabbar/drone.png |    0 
 src/App.vue                        |    2 ++
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 82c1788..8505618 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -41,6 +41,8 @@
   .uni-tabbar__bd {
     .uni-tabbar__icon {
       width: 60px !important;
+      height: 60px !important;
+      margin-top: -20px;
     }
   }
 }
diff --git a/src/pages.json b/src/pages.json
index 75eef15..84e3cd9 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -170,11 +170,11 @@
         "text": "任务"
       },
       {
-        "iconPath": "static/images/tabbar/add-task.svg",
+        "iconPath": "static/images/tabbar/add.png",
         "pagePath": "subPackages/taskDetail/addTask/index"
       },
       {
-        "iconPath": "static/images/tabbar/mainLogo.png",
+        "iconPath": "static/images/tabbar/drone.png",
         "visible": "true"
       },
       {
diff --git a/src/static/images/tabbar/add.png b/src/static/images/tabbar/add.png
index fbf0c87..c71b746 100644
--- a/src/static/images/tabbar/add.png
+++ b/src/static/images/tabbar/add.png
Binary files differ
diff --git a/src/static/images/tabbar/drone.png b/src/static/images/tabbar/drone.png
new file mode 100644
index 0000000..4339d14
--- /dev/null
+++ b/src/static/images/tabbar/drone.png
Binary files differ

--
Gitblit v1.9.3