123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "pages": [
- "pages/index/index",
- "pages/logs/logs",
- "pages/rise/rise",
- "pages/drop/drop",
- "pages/me/me",
- "pages/details/details",
- "pages/next/next",
- "pages/news/news",
- "pages/auth/auth",
- "pages/search/search"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "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"
- }
|