app.json 1.3 KB

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