index.json 310 B

123456789101112
  1. {
  2. "navigationBarTitleText": "归藏",
  3. "navigationBarTextStyle": "white",
  4. "navigationBarBackgroundColor": "#111",
  5. "enablePullDownRefresh": false,
  6. "disableScroll":true,
  7. "backgroundColor": "#f5f5f5",
  8. "backgroundTextStyle": "light",
  9. "usingComponents": {
  10. "wxml-to-canvas": "wxml-to-canvas"
  11. }
  12. }