1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "pages": [
- "pages/index/index",
- "pages/logs/logs",
- "pages/rise/rise",
- "pages/drop/drop",
- "pages/me/me"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#000",
- "navigationBarTitleText": "首页",
- "navigationBarTextStyle": "black"
- },
- "tabBar":{
- "color":"#fff",
- "selectedColor":"#fff",
- "backgroundColor": "#000",
- "borderStyle":"white",
- "list":[
- {
- "selectedIconPath":"images/tabBar011.png",
- "iconPath":"images/tabBar001.png",
- "pagePath":"pages/index/index",
- "text":"首页"
- },
- {
- "selectedIconPath":"images/tabBar012.png",
- "iconPath":"images/tabBar002.png",
- "pagePath":"pages/rise/rise",
- "text":"涨幅"
- },
- {
- "selectedIconPath":"images/tabBar013.png",
- "iconPath":"images/tabBar003.png",
- "pagePath":"pages/drop/drop",
- "text":"跌幅"
- },
- {
- "selectedIconPath":"images/tabBar014.png",
- "iconPath":"images/tabBar004.png",
- "pagePath":"pages/me/me",
- "text":"我的"
- }
- ]
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|