app.json 1.7 KB

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