You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
593 B
33 lines
593 B
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle": "custom",
|
|
"pullRefresh": true,
|
|
"usingComponents": {
|
|
"top-tabs": "/components/top-tabs/top-tabs",
|
|
"list": "/components/list/list"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/grid/grid",
|
|
"style": {
|
|
"usingComponents": {}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/detail/index",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle": "custom",
|
|
"pullRefresh": false,
|
|
"usingComponents": {}
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {},
|
|
"subPackages": []
|
|
}
|