100 lines
1.9 KiB
JSON
100 lines
1.9 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/splash/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/onboarding/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/onboarding/tag-manage",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "管理标签"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/main/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/main/ScriptDetailView",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "剧本详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/main/PathView",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "实现路径"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/life-event/form",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "记录人生经历"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/life-event/detail",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "人生事件"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "个人中心"
|
|
}
|
|
}
|
|
,
|
|
{
|
|
"path": "pages/social-import/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "社交数据导入"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/social-import/preview",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "导入预览"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/social-import/insights",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "人生素材画像"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "人生OS",
|
|
"navigationBarBackgroundColor": "#0F071A",
|
|
"backgroundColor": "#0F071A"
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|