app.json 1.6 KB

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