第一次上传
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/home/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "首页",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/bills/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "账单管理",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/budget/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "预算管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/stats/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "数据报表"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/mine/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/mine/profile/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "账户资料"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/mine/backup/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "备份与恢复"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/mine/guide/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "使用帮助"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/mine/about/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "关于与隐私"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarBackgroundColor": "#F4EDE3",
|
||||
"backgroundColor": "#F4EDE3",
|
||||
"backgroundTextStyle": "dark"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user