index.json 220 B

123456789
  1. {
  2. "navigationBarTitleText": "首页",
  3. "navigationStyle": "custom",
  4. "enablePullDownRefresh": true,
  5. "usingComponents": {
  6. "tab-bar": "../../components/TabBar",
  7. "login-modal": "../components/LoginModal"
  8. }
  9. }