app.json 1.5 KB

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