12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "pages": [
- "pages/home/home",
- "pages/Postage/Postage",
- "pages/me/me",
- "pages/new/new",
- "pages/information/information",
- "pages/my/my",
- "pages/change/change"
- ],
- "tabBar": {
- "color": "#969696",
- "selectedColor": "#0C6E4D ",
- "backgroundColor": "#FFFFFF",
- "position": "bottom",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/home/home",
- "text": "首页",
- "iconPath": "images/首页未选择.png",
- "selectedIconPath": "images/首页已选择.png"
- },
- {
- "pagePath": "pages/Postage/Postage",
- "text": "邮票",
- "iconPath": "images/邮品未选择.png",
- "selectedIconPath": "images/邮票已选择.png"
- },
- {
- "pagePath": "pages/me/me",
- "text": "我的",
- "iconPath": "images/我未选择.png",
- "selectedIconPath": "images/我的已选择.png"
- }
- ]
- },
- "window": {
- "backgroundColor": "#F6F6F6",
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#F6F6F6",
- "navigationBarTextStyle": "black"
- },
- "sitemapLocation": "sitemap.json",
- "style": "v2"
- }
|