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.
65 lines
1.2 KiB
65 lines
1.2 KiB
1 year ago
|
{
|
||
|
"pages": [
|
||
|
{
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationStyle": "custom",
|
||
|
"pullRefresh": true
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/detail/detail",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationStyle": "custom",
|
||
|
"pullRefresh": false,
|
||
|
"usingComponents": {}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/grid/grid",
|
||
|
"style": {
|
||
|
"usingComponents": {}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/authLogin/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationStyle": "custom",
|
||
|
"usingComponents": {}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/more/more",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationStyle": "custom",
|
||
|
"usingComponents": {}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/question/question",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationStyle": "custom",
|
||
|
"pullRefresh": true,
|
||
|
"usingComponents": {
|
||
|
"top-tabs": "/components/top-tabs/top-tabs",
|
||
|
"list": "/components/list/list"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/questionDetail/questionDetail",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationStyle": "custom",
|
||
|
"usingComponents": {}
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"globalStyle": {},
|
||
|
"subPackages": []
|
||
|
}
|