小程序窗口表現————小程序

小程序窗口表現————小程序

app.json表現窗口

頁面存放和連接:json

"pages": [
    "pages/index/index",
    "pages/weather/weather",
    "pages/Constellation/Constellation",
    "pages/storytelling/storytelling"
  ],

窗口上面的標籤導航(小程序的名稱)小程序

"window": {
    "navigationBarBackgroundColor": "#055674",//導骯條背景色
    "navigationBarTextStyle": "white",//標題的顏色
    "navigationBarTitleText": "TODAY",//標題的字
    "enablePullDownRefresh": true//是否下拉刷新
    "backgroundColor":"green",//下拉窗口背景色
    "backgroundTextStyle":"light"//下拉窗口的字體樣式
  },

下面的導航條:app

"tabBar": {
    "color": "#a9b7b7",//字體顏色
    "selectedColor": "#11cd6e",//選中後字體顏色
    "borderStyle": "white",//
    "list": [
      {
        "selectedIconPath": "image/img (5).png",
        "iconPath": "image/img (1).png",
        "pagePath": "pages/index/index",
        "text": "today歷史"
      },
      {
        "selectedIconPath": "image/img (5).png",
        "iconPath": "image/img (2).png",
        "pagePath": "pages/weather/weather",
        "text": "today天氣"
      },
      {
        "selectedIconPath": "image/img (5).png",
        "iconPath": "image/img (3).png",
        "pagePath": "pages/Constellation/Constellation",
        "text": "today運勢"
      },
      {
        "selectedIconPath": "image/img (5).png",
        "iconPath": "image/img (4).png",
        "pagePath": "pages/storytelling/storytelling",
        "text": "today段子"
      }
    ]
  },

utils.js時間格式化工具類文件

做爲工具類文件。工具

相關文章
相關標籤/搜索