55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/task/task",
|
|
"pages/mine/mine",
|
|
"pages/login/login"
|
|
],
|
|
"tabBar": {
|
|
"color": "#939393",
|
|
"borderStyle": "white",
|
|
"selectedColor": "#477DF3",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"text": "首页",
|
|
"iconPath": "./assets/tabBar/home.png",
|
|
"selectedIconPath": "./assets/tabBar/home_selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/task/task",
|
|
"text": "任务",
|
|
"iconPath": "./assets/tabBar/task.png",
|
|
"selectedIconPath": "./assets/tabBar/task_selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mine",
|
|
"text": "我的",
|
|
"iconPath": "./assets/tabBar/mine.png",
|
|
"selectedIconPath": "./assets/tabBar/mine_selected.png"
|
|
}
|
|
]
|
|
},
|
|
"subPackages": [
|
|
{
|
|
"root": "package_A",
|
|
"pages":[]
|
|
},
|
|
{
|
|
"root": "package_B",
|
|
"pages":[]
|
|
},
|
|
{
|
|
"root": "package_C",
|
|
"pages":[]
|
|
}
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
} |