家谱APP首页样式设计完成,落地80%

This commit is contained in:
2026-07-13 00:23:04 +08:00
commit 1da4d8cf1f
117 changed files with 9476 additions and 0 deletions
+66
View File
@@ -0,0 +1,66 @@
{
"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"
}
}