133 lines
2.6 KiB
JSON
133 lines
2.6 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "简记",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/todo/todo",
|
|
"style": {
|
|
"navigationBarTitleText": "待办",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/bill/bill",
|
|
"style": {
|
|
"navigationBarTitleText": "记账",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/mine",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/userAgreement/userAgreement",
|
|
"style": {
|
|
"navigationBarTitleText": "用户协议"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/privacyPolicy/privacyPolicy",
|
|
"style": {
|
|
"navigationBarTitleText": "隐私政策"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/themeSetting/themeSetting",
|
|
"style": {
|
|
"navigationBarTitleText": "主题设置"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/about/about",
|
|
"style": {
|
|
"navigationBarTitleText": "关于"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mood/mood",
|
|
"style": {
|
|
"navigationBarTitleText": "心情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/moodCalendar/moodCalendar",
|
|
"style": {
|
|
"navigationBarTitleText": "心情日历"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/growth/growth",
|
|
"style": {
|
|
"navigationBarTitleText": "成长之路"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/growth/rules",
|
|
"style": {
|
|
"navigationBarTitleText": "成长规则"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/review/review",
|
|
"style": {
|
|
"navigationBarTitleText": "复盘"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/review/reviewList",
|
|
"style": {
|
|
"navigationBarTitleText": "复盘历史",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#7f8c8d",
|
|
"selectedColor": "#4cb8c6",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "white",
|
|
"height": "56px",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"text": "今日",
|
|
"iconPath": "/static/tabbar/index_default.png",
|
|
"selectedIconPath": "/static/tabbar/index_selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mine",
|
|
"text": "我的",
|
|
"iconPath": "/static/tabbar/mine_default.png",
|
|
"selectedIconPath": "/static/tabbar/mine_selected.png"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "简记memo",
|
|
"navigationBarBackgroundColor": "#f9fbfc",
|
|
"backgroundColor": "#f9fbfc",
|
|
"backgroundTextStyle": "dark"
|
|
},
|
|
"app-plus": {
|
|
"titleNView": {
|
|
"backgroundColor": "#f9fbfc",
|
|
"titleColor": "#2c3e50"
|
|
}
|
|
},
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"sitemapLocation": "sitemap.json"
|
|
} |