张含笑
2025-11-05 7b05e122fa9169153ec8e0227cba5dea5ec01600
feat:svg更换成png
6 files modified
1 files deleted
3 files added
16 ■■■■ changed files
src/pages.json 16 ●●●● patch | view | raw | blame | history
src/static/images/tabbar/icon_home.png patch | view | raw | blame | history
src/static/images/tabbar/icon_home1.png patch | view | raw | blame | history
src/static/images/tabbar/icon_home_selected.png patch | view | raw | blame | history
src/static/images/tabbar/icon_list.png patch | view | raw | blame | history
src/static/images/tabbar/icon_list_selected.png patch | view | raw | blame | history
src/static/images/tabbar/icon_me.png patch | view | raw | blame | history
src/static/images/tabbar/icon_me_selected.png patch | view | raw | blame | history
src/static/images/tabbar/icon_order.png patch | view | raw | blame | history
src/static/images/tabbar/icon_order_selected.png patch | view | raw | blame | history
src/pages.json
@@ -158,14 +158,14 @@
    "backgroundColor": "#ffffff",
    "list": [
      {
        "iconPath": "static/images/tabbar/icon_home.svg",
        "selectedIconPath": "static/images/tabbar/icon_home_selected.svg",
        "iconPath": "static/images/tabbar/icon_home1.png",
        "selectedIconPath": "static/images/tabbar/icon_home_selected.png",
        "pagePath": "pages/map/index",
        "text": "地图"
      },
      {
        "iconPath": "static/images/tabbar/icon_list.svg",
        "selectedIconPath": "static/images/tabbar/icon_list_selected.svg",
        "iconPath": "static/images/tabbar/icon_list.png",
        "selectedIconPath": "static/images/tabbar/icon_list_selected.png",
        "pagePath": "pages/inspectionTask/index",
        "text": "任务"
      },
@@ -178,14 +178,14 @@
        "visible": "true"
      },
      {
        "iconPath": "static/images/tabbar/icon_order.svg",
        "selectedIconPath": "static/images/tabbar/icon_order_selected.svg",
        "iconPath": "static/images/tabbar/icon_order.png",
        "selectedIconPath": "static/images/tabbar/icon_order_selected.png",
        "pagePath": "pages/work/index",
        "text": "工单"
      },
      {
        "iconPath": "static/images/tabbar/icon_me.svg",
        "selectedIconPath": "static/images/tabbar/icon_me_selected.svg",
        "iconPath": "static/images/tabbar/icon_me.png",
        "selectedIconPath": "static/images/tabbar/icon_me_selected.png",
        "pagePath": "pages/user/index",
        "text": "我的"
      }
src/static/images/tabbar/icon_home.png
Binary files differ
src/static/images/tabbar/icon_home1.png
src/static/images/tabbar/icon_home_selected.png

src/static/images/tabbar/icon_list.png

src/static/images/tabbar/icon_list_selected.png

src/static/images/tabbar/icon_me.png

src/static/images/tabbar/icon_me_selected.png

src/static/images/tabbar/icon_order.png
src/static/images/tabbar/icon_order_selected.png