123456789101112131415 |
- {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "usingComponents": {
- "i-new-auth": "../../components/new-auth/index",
- "masonry": "../components/masonry/masonry",
- "i-img": "../../components/img/index",
- "i-tabs": "../../components/tabs/index",
- "img-box": "../components/img-box/img-box",
- "i-empty": "../../components/empty/index",
- "i-tabbar": "../../components/tabbar/index"
- }
- }
|