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. ],
  16. "window": {
  17. "backgroundTextStyle": "light",
  18. "navigationBarBackgroundColor": "#fff",
  19. "navigationBarTitleText": "证券分析",
  20. "navigationBarTextStyle": "black"
  21. },
  22. "tabBar": {
  23. "color": "#fff",
  24. "selectedColor": "#fff",
  25. "backgroundColor": "#000",
  26. "borderStyle": "white",
  27. "list": [
  28. {
  29. "selectedIconPath": "images/tabBar011.png",
  30. "iconPath": "images/tabBar001.png",
  31. "pagePath": "pages/index/index",
  32. "text": "首页"
  33. },
  34. {
  35. "selectedIconPath": "images/tabBar012.png",
  36. "iconPath": "images/tabBar002.png",
  37. "pagePath": "pages/rise/rise",
  38. "text": "涨幅"
  39. },
  40. {
  41. "selectedIconPath": "images/tabBar013.png",
  42. "iconPath": "images/tabBar003.png",
  43. "pagePath": "pages/drop/drop",
  44. "text": "跌幅"
  45. },
  46. {
  47. "selectedIconPath": "images/tabBar014.png",
  48. "iconPath": "images/tabBar004.png",
  49. "pagePath": "pages/me/me",
  50. "text": "我的"
  51. }
  52. ]
  53. },
  54. "style": "v2",
  55. "sitemapLocation": "sitemap.json"
  56. }