{
  "pages":[
    "pages/index/index",
    "pages/post/post",
    "pages/logs/logs"
  ],
  "window":{
    "backgroundTextStyle":"light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "首页",
    "navigationBarTextStyle":"black"
  },
  "tabBar":{
    "color":"#9DACB7",
    "selectedColor":"#34B457",
    "backgroundColor":"lightblue",
    "borderStyle":"white",
    "list":[
      {
        "pagePath":"pages/index/index",
        "text":"首页",
        "iconPath":"images/01.png",
        "selectedIconPath":"images/1.png"
      },
      {
        "pagePath":"pages/post/post",
        "text":"话题",
        "iconPath": "images/02.png",
        "selectedIconPath": "images/2.png"
      },
      {
          "pagePath": "pages/logs/logs",
          "text": "节点",
          "iconPath": "images/03.png",
          "selectedIconPath": "images/3.png"
      }
    ]
  }
}

 

相关文章:

  • 2021-08-26
  • 2021-07-10
  • 2021-07-07
  • 2022-12-23
  • 2021-05-05
  • 2021-09-05
猜你喜欢
  • 2022-03-01
  • 2022-12-23
  • 2021-10-16
  • 2021-11-03
  • 2021-09-23
  • 2021-04-04
相关资源
相似解决方案