修改未完成

This commit is contained in:
rain
2026-07-13 17:31:05 +08:00
parent 965fff1621
commit 355f47976a
95 changed files with 1112 additions and 721 deletions
+15 -15
View File
@@ -1,63 +1,63 @@
{
"pages": [
{
"path": "pages/auth/entry",
"path": "pages/auth/a01-entry",
"style": { "navigationStyle": "custom", "enablePullDownRefresh": false }
},
{
"path": "pages/auth/login",
"path": "pages/auth/a02-login",
"style": { "navigationStyle": "custom", "enablePullDownRefresh": false }
},
{
"path": "pages/genealogy/index",
"path": "pages/genealogy/g01-my-genealogies",
"style": { "navigationStyle": "custom", "enablePullDownRefresh": false }
},
{
"path": "pages/genealogy/create",
"path": "pages/genealogy/g03-create-genealogy",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/genealogy/detail",
"path": "pages/genealogy/g05-genealogy-overview",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/genealogy/search",
"path": "pages/genealogy/g06-search-genealogies",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/genealogy/applications",
"path": "pages/genealogy/g10-application-review",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/lineage/first-person",
"path": "pages/genealogy/g04-first-ancestor",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/content/list",
"path": "pages/skeleton/content-list-skeleton",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/content/editor",
"path": "pages/family/f02-publish-feed",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/tree/index",
"path": "pages/tree/t01-tree-overview",
"style": { "navigationStyle": "custom", "disableScroll": true }
},
{
"path": "pages/member/detail",
"path": "pages/tree/t03-member-profile",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/family/index",
"path": "pages/family/f01-family-feed",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/profile/index",
"path": "pages/profile/m01-profile-home",
"style": { "navigationStyle": "custom" }
},
{
"path": "pages/notification/index",
"path": "pages/notification/n01-message-center",
"style": { "navigationStyle": "custom" }
}
],