23a314a55c875b4de4f53e84d810d57f2aa9becb..0a9f1f2673e4b91bbf8aca529396b27997bfbe68
2025-10-24 chenyao
Merge remote-tracking branch 'origin/master'
0a9f1f diff | tree
2025-10-24 chenyao
feat:tab栏底部
4fc59f diff | tree
3 files modified
1 files added
6 ■■■■■ changed files
src/App.vue 2 ●●●●● patch | view | raw | blame | history
src/pages.json 4 ●●●● patch | view | raw | blame | history
src/static/images/tabbar/add.png patch | view | raw | blame | history
src/static/images/tabbar/drone.png patch | view | raw | blame | history
src/App.vue
@@ -41,6 +41,8 @@
  .uni-tabbar__bd {
    .uni-tabbar__icon {
      width: 60px !important;
      height: 60px !important;
      margin-top: -20px;
    }
  }
}
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"
      },
      {
src/static/images/tabbar/add.png

src/static/images/tabbar/drone.png