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.

43 lines
1.1 KiB

{
"pages": [
"pages/login/login",
"pages/index/index",
"pages/category/category",
"pages/mine/mine"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "底部TabBar示例",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#dbdbdb",
"selectedColor": "#fff",
"backgroundColor": "#FF9966",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "img/tab/home_active.png",
"selectedIconPath": "img/tab/home.png"
},
{
"pagePath": "pages/category/category",
"text": "分类",
"iconPath": "img/tab/category_active.png",
"selectedIconPath": "img/tab/category.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "img/tab/mine_active.png",
"selectedIconPath": "img/tab/mine.png"
}
]
},
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}