|
|
|
@ -26,7 +26,8 @@ |
|
|
|
|
"path": "pages/user/account/index", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "账户设置", |
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
"navigationStyle": "custom" |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
@ -39,13 +40,15 @@ |
|
|
|
|
{ |
|
|
|
|
"path": "pages/user/portrait/detail", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "面部档案" |
|
|
|
|
"navigationBarTitleText": "面部档案", |
|
|
|
|
"navigationStyle": "custom" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path": "pages/user/photo/merge", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "照片详情" |
|
|
|
|
"navigationBarTitleText": "合照详情", |
|
|
|
|
"navigationStyle": "custom" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
@ -59,21 +62,24 @@ |
|
|
|
|
"path" : "pages/user/photo/color", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText" : "照片换底色详情" |
|
|
|
|
"navigationBarTitleText" : "照片换底色详情", |
|
|
|
|
"navigationStyle": "custom" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/user/photo/ai", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText" : "AI写真" |
|
|
|
|
"navigationBarTitleText" : "AI写真", |
|
|
|
|
"navigationStyle": "custom" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/user/photo/cartoon", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText" : "卡通画风" |
|
|
|
|
"navigationBarTitleText" : "卡通画风", |
|
|
|
|
"navigationStyle": "custom" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -190,6 +196,8 @@ |
|
|
|
|
"selectedIconPath": "static/img/common/user_HL.png", |
|
|
|
|
"text": "%tabbar.user%" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"uniIdRouter": {} |
|
|
|
|