25 lines
786 B
JSON
25 lines
786 B
JSON
![]() |
/* /// Pages-Tool: 该文件是pages-tool插件的配置文件,根据pages-config.json的配置,本文件的内容可能合并到pages.json*/
|
|||
|
{
|
|||
|
"tabBar": {
|
|||
|
"color": "#000000",
|
|||
|
"selectedColor": "#000000",
|
|||
|
"borderStyle": "white",
|
|||
|
"backgroundColor": "#ffffff",
|
|||
|
"list": [{
|
|||
|
"pagePath": "pages/index",
|
|||
|
"iconPath": "static/images/tabbar/home.png",
|
|||
|
"selectedIconPath": "static/images/tabbar/home_.png",
|
|||
|
"text": "首页"
|
|||
|
}, {
|
|||
|
"pagePath": "pages/work/index",
|
|||
|
"iconPath": "static/images/tabbar/work.png",
|
|||
|
"selectedIconPath": "static/images/tabbar/work_.png",
|
|||
|
"text": "计算工具"
|
|||
|
}, {
|
|||
|
"pagePath": "pages/mine/index",
|
|||
|
"iconPath": "static/images/tabbar/mine.png",
|
|||
|
"selectedIconPath": "static/images/tabbar/mine_.png",
|
|||
|
"text": "我的"
|
|||
|
}]
|
|||
|
}
|
|||
|
}
|