Files
jiapuapp/pages.json
T
2026-07-13 17:31:11 +08:00

71 lines
1.9 KiB
JSON

{
"pages": [
{
"path": "pages/auth/a01-entry",
"style": { "navigationStyle": "custom", "enablePullDownRefresh": false }
},
{
"path": "pages/auth/a02-login",
"style": { "navigationStyle": "custom", "enablePullDownRefresh": false }
},
{
"path": "pages/genealogy/g01-my-genealogies",
"style": { "navigationStyle": "custom", "enablePullDownRefresh": false }
},
{
"path": "pages/genealogy/g03-create-genealogy",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/genealogy/g05-genealogy-overview",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/genealogy/g06-search-genealogies",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/genealogy/g10-application-review",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/genealogy/g04-first-ancestor",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/skeleton/content-list-skeleton",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/family/f02-publish-feed",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/tree/t01-tree-overview",
"style": { "navigationStyle": "custom", "disableScroll": true }
},
{
"path": "pages/tree/t03-member-profile",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/family/f01-family-feed",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/profile/m01-profile-home",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/notification/n01-message-center",
"style": { "navigationStyle": "custom" }
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "家谱",
"navigationBarBackgroundColor": "#F6F0E5",
"backgroundColor": "#F6F0E5"
}
}