feat(nsti): add nicotine personality test flow (#36)
* fix: polish logs filter and stats money display * fix: align floating tabs on logs and stats * feat: enhance user profile and achievement features - Add functionality for users to update their profile picture and nickname - Implement achievement theme selection in onboarding - Update API integration for profile updates and achievement themes - Refine UI elements for better user interaction and experience * feat: 梦想清单页与戒烟相关 API - 梦想清单:系统导航栏、浮动添加、图标来自后台预设 - dream-presets API、pages.json 导航样式 Made-with: Cursor * feat(nsti): add nicotine personality test flow
This commit is contained in:
@@ -54,6 +54,24 @@
|
||||
"navigationBarTitleText": "戒烟分享"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/nsti/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "赛博尼古丁测试"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/nsti/test",
|
||||
"style": {
|
||||
"navigationBarTitleText": "人格测试"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/nsti/result",
|
||||
"style": {
|
||||
"navigationBarTitleText": "测试结果"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/profile/index",
|
||||
"style": {
|
||||
@@ -71,6 +89,13 @@
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/dream-goals/index",
|
||||
"style": {
|
||||
"navigationStyle": "default",
|
||||
"navigationBarTitleText": "梦想清单"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
|
||||
Reference in New Issue
Block a user