index.json 263 B

12345678910
  1. {
  2. "navigationStyle": "default",
  3. "navigationBarTitleText": "加载中...",
  4. "navigationBarTextStyle": "black",
  5. "navigationBarBackgroundColor": "#ffffff",
  6. "enablePullDownRefresh": true,
  7. "usingComponents": {
  8. "home": "../../components/home/index"
  9. }
  10. }