12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "pages": [
- "pages/tabbar/index/index",
- "pages/tabbar/news/index",
- "pages/tabbar/my/index"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uView",
- "navigationBarBackgroundColor": "#005598",
- "backgroundColor": "#f2f2f2"
- },
- "tabBar": {
- "color": "#7f8389",
- "selectedColor": "#465CFF",
- "backgroundColor": "#f7f7fa",
- "list": [
- {
- "pagePath": "pages/tabbar/index/index",
- "text": "首页",
- "iconPath": "static/images/tabbar/assembly_default_3x.png",
- "selectedIconPath": "static/images/tabbar/assembly_selected_3x.png"
- },
- {
- "pagePath": "pages/tabbar/news/index",
- "text": "资讯",
- "iconPath": "static/images/tabbar/layout_default_3x.png",
- "selectedIconPath": "static/images/tabbar/layout_selected_3x.png"
- },
- {
- "pagePath": "pages/tabbar/my/index",
- "text": "我的",
- "iconPath": "static/images/tabbar/my_default_3x.png",
- "selectedIconPath": "static/images/tabbar/my_selected_3x.png"
- }
- ]
- },
- "usingComponents": {}
- }
|