custom-size.json 393 Bytes
Newer Older
huahua committed
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "navigationBarTextStyle": "white",
  "navigationBarTitleText": "",
  "enablePullDownRefresh": false,
  "navigationBarBackgroundColor": "#131319",
  "navigationStyle": "custom",
  "backgroundColor": "#131319",
  "usingComponents": {
    "uni-popup": "/pages/index/common/uni-popup/uni-popup",
    "num-slider": "/pages/index/assembly/NumSlider",
    "myhead": "/pages/index/head/head"
  }
}