index.json
489 Bytes
{
"navigationBarTitleText": "YO!LUCK",
"enablePullDownRefresh": true,
"backgroundColor": "#ebebeb",
"backgroundTextStyle": "light",
"usingComponents": {
"product-item": "./components/product-item",
"quickNavigation": "/pages/quickNavigation/quickNavigation",
"tabs": "./components/tabs",
"tabs-pane": "./components/tabs-pane",
"dialog": "../../component/dialog/dialog",
"prize-item": "./components/prize-item",
"login": "../../login/login/login"
}
}