app.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/logs/logs",
  5. "pages/rise/rise",
  6. "pages/drop/drop",
  7. "pages/me/me",
  8. "pages/details/details",
  9. "pages/next/next",
  10. "pages/news/news",
  11. "pages/filter/filter",
  12. "pages/item/item",
  13. "pages/auth/auth",
  14. "pages/search/search",
  15. "pages/attention/attention"
  16. ],
  17. "window": {
  18. "backgroundTextStyle": "light",
  19. "navigationBarBackgroundColor": "#fff",
  20. "navigationBarTitleText": "证券分析",
  21. "navigationBarTextStyle": "black"
  22. },
  23. "tabBar": {
  24. "color": "#fff",
  25. "selectedColor": "#fff",
  26. "backgroundColor": "#000",
  27. "borderStyle": "white",
  28. "list": [
  29. {
  30. "selectedIconPath": "images/tabBar011.png",
  31. "iconPath": "images/tabBar001.png",
  32. "pagePath": "pages/index/index",
  33. "text": "首页"
  34. },
  35. {
  36. "selectedIconPath": "images/tabBar012.png",
  37. "iconPath": "images/tabBar002.png",
  38. "pagePath": "pages/rise/rise",
  39. "text": "涨幅"
  40. },
  41. {
  42. "selectedIconPath": "images/tabBar013.png",
  43. "iconPath": "images/tabBar003.png",
  44. "pagePath": "pages/drop/drop",
  45. "text": "跌幅"
  46. },
  47. {
  48. "selectedIconPath": "images/tabBar014.png",
  49. "iconPath": "images/tabBar004.png",
  50. "pagePath": "pages/me/me",
  51. "text": "我的"
  52. }
  53. ]
  54. },
  55. "style": "v2",
  56. "sitemapLocation": "sitemap.json"
  57. }