feat: migrate app routes and business modules

This commit is contained in:
2026-08-12 18:22:59 +08:00
parent 555aa00043
commit cc706378c2
247 changed files with 28623 additions and 14988 deletions
+77 -53
View File
@@ -1,323 +1,347 @@
{
"pages": [
{
"path": "pages/auth/a01-entry",
"path": "pages/auth/sign-in",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/auth/a04-register",
"path": "pages/auth/register",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/auth/a05-reset-password",
"path": "pages/auth/reset-password",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/genealogy/g01-my-genealogies",
"path": "pages/genealogy/my-genealogies",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/genealogy/g03-create-genealogy",
"path": "pages/genealogy/create",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/genealogy/g05-genealogy-overview",
"path": "pages/genealogy/overview",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/genealogy/g06-search-genealogies",
"path": "pages/genealogy/search",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/genealogy/g08-join-application",
"path": "pages/genealogy/join-application",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/genealogy/g09-my-applications",
"path": "pages/genealogy/my-applications",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/genealogy/g10-application-review",
"path": "pages/genealogy/application-review",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/genealogy/g11-genealogy-settings",
"path": "pages/genealogy/settings",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/genealogy/g12-generation-poems",
"path": "pages/genealogy/generation-poems",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/tree/t01-tree-overview",
"path": "pages/genealogy/members",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/tree/overview",
"style": {
"navigationStyle": "custom",
"disableScroll": true
}
},
{
"path": "pages/tree/t02-pedigree-overview",
"path": "pages/tree/pedigree",
"style": {
"navigationStyle": "custom",
"disableScroll": true
}
},
{
"path": "pages/tree/t03-member-profile",
"path": "pages/tree/member-profile",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/tree/t04-add-relative",
"path": "pages/tree/add-relative",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/tree/t05-edit-member",
"path": "pages/tree/edit-member",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/tree/t06-edit-relationship",
"path": "pages/tree/member-rank",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/tree/t07-member-directory",
"path": "pages/tree/member-directory",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/tree/t08-member-states",
"path": "pages/tree/member-states",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/family/f01-family-feed",
"path": "pages/family/feed",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/family/f02-publish-feed",
"path": "pages/family/feed-editor",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/family/f03-feed-detail",
"path": "pages/family/feed-detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/family/f04-article-list",
"path": "pages/family/articles",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/family/f05-article-detail",
"path": "pages/family/article-detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/family/f06-article-editor",
"path": "pages/family/article-editor",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/family/f07-album-list",
"path": "pages/family/albums",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/family/f08-album-detail",
"path": "pages/family/album-detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/family/f09-media-upload",
"path": "pages/family/add-photo",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/family/f10-video-list",
"path": "pages/family/videos",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/records/r01-people-list",
"path": "pages/records/people",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/records/r02-person-detail",
"path": "pages/records/person-detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/records/r03-gift-list",
"path": "pages/records/relative-records",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/records/r04-gift-editor",
"path": "pages/records/relative-record-editor",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/records/r05-ritual-list",
"path": "pages/records/ceremonies",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/records/r06-ritual-detail",
"path": "pages/records/ceremony-detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/records/r07-ritual-editor",
"path": "pages/records/ceremony-editor",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/records/r08-growth-journal",
"path": "pages/records/growth-journal",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/records/r09-life-events",
"path": "pages/records/life-events",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/records/r10-memo-list",
"path": "pages/records/memos",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/records/r11-merit-records",
"path": "pages/records/merit-records",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/notification/n01-message-center",
"path": "pages/notification/message-center",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/notification/n02-message-detail",
"path": "pages/notification/message-detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/m01-profile-home",
"path": "pages/profile/home",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/m02-edit-profile",
"path": "pages/profile/edit-profile",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/m03-security-settings",
"path": "pages/profile/security",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/m04-change-password",
"path": "pages/profile/change-password",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/m05-change-phone",
"path": "pages/profile/change-phone",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/m06-help-center",
"path": "pages/profile/help",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/m07-feedback",
"path": "pages/profile/feedback",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/m08-promotion",
"path": "pages/profile/promotions",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/m09-vip-orders",
"path": "pages/profile/vip",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/m10-about-settings",
"path": "pages/profile/settings",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/ceremony-invitations",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/earnings",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/compliance-document",
"style": {
"navigationStyle": "custom"
}