You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.3 KiB
49 lines
1.3 KiB
{
|
|
"pages": [
|
|
"pages/login/login",
|
|
"pages/index/index",
|
|
"pages/add/add",
|
|
"pages/statistics/statistics",
|
|
"pages/category/category",
|
|
"pages/profile/profile"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#4CAF50",
|
|
"navigationBarTitleText": "记账账啊",
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#4CAF50",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "/images/icon/home.png",
|
|
"selectedIconPath": "/images/icon/home-selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/add/add",
|
|
"text": "记账",
|
|
"iconPath": "/images/icon/add.png",
|
|
"selectedIconPath": "/images/icon/add-selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/statistics/statistics",
|
|
"text": "统计",
|
|
"iconPath": "/images/icon/chart.png",
|
|
"selectedIconPath": "/images/icon/chart-selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/profile/profile",
|
|
"text": "我的",
|
|
"iconPath": "/images/icon/user.png",
|
|
"selectedIconPath": "/images/icon/user-selected.png"
|
|
}
|
|
]
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|
|
|