未选中
已选中
未选中
已选中
未选中
已选中
未选中
已选中
点击下方按钮即可下载对应的 PNG 图标文件(96x96px,高清):
{
"tabBar": {
"color": "#999999",
"selectedColor": "#FF7D00",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/tabbar/home-normal.png",
"selectedIconPath": "static/tabbar/home-active.png"
},
{
"pagePath": "pages/category/category",
"text": "分类",
"iconPath": "static/tabbar/category-normal.png",
"selectedIconPath": "static/tabbar/category-active.png"
},
{
"pagePath": "pages/note/note",
"text": "笔记",
"iconPath": "static/tabbar/note-normal.png",
"selectedIconPath": "static/tabbar/note-active.png"
},
{
"pagePath": "pages/profile/profile",
"text": "我的",
"iconPath": "static/tabbar/profile-normal.png",
"selectedIconPath": "static/tabbar/profile-active.png"
}
]
}
}