Files
jiapuapp/pages.json
T

67 lines
1.6 KiB
JSON

{
"pages": [
{
"path": "pages/auth/login",
"style": { "navigationStyle": "custom", "enablePullDownRefresh": false }
},
{
"path": "pages/genealogy/index",
"style": { "navigationStyle": "custom", "enablePullDownRefresh": false }
},
{
"path": "pages/genealogy/create",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/genealogy/detail",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/genealogy/search",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/genealogy/applications",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/lineage/first-person",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/content/list",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/content/editor",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/tree/index",
"style": { "navigationStyle": "custom", "disableScroll": true }
},
{
"path": "pages/member/detail",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/family/index",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/profile/index",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/notification/index",
"style": { "navigationStyle": "custom" }
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "家谱",
"navigationBarBackgroundColor": "#F6F0E5",
"backgroundColor": "#F6F0E5"
}
}