12345678910111213141516171819202122232425262728293031323334 |
- {
- "pages": [
- "pages/home/home",
- "pages/rank/rank"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uView",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "color": "#bdbdbd",
- "selectedColor": "#eb5a10",
- "borderStyle": "black",
- "backgroundColor": "#fff",
- "list": [
- {
- "pagePath": "pages/home/home",
- "iconPath": "static/img/tab1c.png",
- "selectedIconPath": "static/img/tab1o.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/rank/rank",
- "iconPath": "static/img/tab2c.png",
- "selectedIconPath": "static/img/tab2o.png",
- "text": "工具排行榜"
- }
- ]
- },
- "usingComponents": {}
- }
|