61 lines
2.0 KiB
JSON
61 lines
2.0 KiB
JSON
{
|
|
"pages": [
|
|
"pages/garden/index",
|
|
"pages/garden/add/index",
|
|
"pages/tasks/index",
|
|
"pages/community/index",
|
|
"pages/community/create/index",
|
|
"pages/wiki/index",
|
|
"pages/profile/index",
|
|
"pages/plant-detail/edit/index",
|
|
"pages/plant-detail/index",
|
|
"pages/wiki/detail/index",
|
|
"pages/wiki/identify/index",
|
|
"pages/profile/identify-history/index"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"navigationBarTitleText": "Plant App",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"color": "#90A4AE",
|
|
"selectedColor": "#558B2F",
|
|
"backgroundColor": "rgba(255, 255, 255, 0.85)",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/garden/index",
|
|
"text": "花园",
|
|
"iconPath": "assets/icons/garden.png",
|
|
"selectedIconPath": "assets/icons/garden_active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/tasks/index",
|
|
"text": "任务",
|
|
"iconPath": "assets/icons/tasks.png",
|
|
"selectedIconPath": "assets/icons/tasks_active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/community/index",
|
|
"text": "社区",
|
|
"iconPath": "assets/icons/community.png",
|
|
"selectedIconPath": "assets/icons/community_active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/wiki/index",
|
|
"text": "百科",
|
|
"iconPath": "assets/icons/wiki.png",
|
|
"selectedIconPath": "assets/icons/wiki_active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/profile/index",
|
|
"text": "我的",
|
|
"iconPath": "assets/icons/profile.png",
|
|
"selectedIconPath": "assets/icons/profile_active.png"
|
|
}
|
|
]
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
} |