app.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/rank/rank",
  5. "pages/today/today",
  6. "pages/stock/stock",
  7. "pages/upload/upload",
  8. "pages/user/user",
  9. "pages/myMatchDetail/myMatchDetail",
  10. "pages/record/record",
  11. "pages/aboutus/aboutus",
  12. "pages/mymatch/mymatch",
  13. "pages/follow/follow",
  14. "pages/day/day",
  15. "pages/games/games",
  16. "pages/search/search",
  17. "pages/style/style",
  18. "pages/detail/detail",
  19. "pages/list/list",
  20. "pages/comment/comment"
  21. ],
  22. "window": {
  23. "backgroundTextStyle": "light",
  24. "navigationBarBackgroundColor": "#D94B24",
  25. "navigationBarTitleText": "顽主杯",
  26. "navigationBarTextStyle": "white"
  27. },
  28. "tabBar": {
  29. "selectedColor": "#FF583D",
  30. "color": "#333333",
  31. "list": [
  32. {
  33. "pagePath": "pages/index/index",
  34. "iconPath": "images/home_0.png",
  35. "selectedIconPath": "images/home_1.png",
  36. "text": "持仓"
  37. },
  38. {
  39. "pagePath": "pages/rank/rank",
  40. "iconPath": "images/order_0.png",
  41. "selectedIconPath": "images/order_1.png",
  42. "text": "排名"
  43. },
  44. {
  45. "pagePath": "pages/upload/upload",
  46. "iconPath": "images/up_0.png",
  47. "selectedIconPath": "images/up_1.png",
  48. "text": "交作业"
  49. },
  50. {
  51. "pagePath": "pages/user/user",
  52. "iconPath": "images/my_0.png",
  53. "selectedIconPath": "images/my_1.png",
  54. "text": "我的"
  55. }
  56. ]
  57. },
  58. "style": "v2",
  59. "sitemapLocation": "sitemap.json",
  60. "lazyCodeLoading": "requiredComponents"
  61. }