pages.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. }
  8. },
  9. {
  10. "path": "pages/checkin/index",
  11. "style": {
  12. "navigationBarTitleText": "任务"
  13. }
  14. },
  15. {
  16. "path": "pages/vote/index",
  17. "style": {
  18. "navigationBarTitleText": "路演投票"
  19. }
  20. },
  21. {
  22. "path": "pages/mine/index",
  23. "style": {
  24. "navigationBarTitleText": "我的"
  25. }
  26. },
  27. {
  28. "path": "pages/login/index",
  29. "style": {
  30. "navigationBarTitleText": "登录",
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/verify/index",
  36. "style": {
  37. "navigationBarTitleText": "校友身份校验"
  38. }
  39. },
  40. {
  41. "path": "pages/class/index",
  42. "style": {
  43. "navigationBarTitleText": "进班"
  44. }
  45. },
  46. {
  47. "path": "pages/group/index",
  48. "style": {
  49. "navigationBarTitleText": "我的小组"
  50. }
  51. },
  52. {
  53. "path": "pages/assignment/index",
  54. "style": {
  55. "navigationBarTitleText": "三本账认领"
  56. }
  57. },
  58. {
  59. "path": "pages/upload/index",
  60. "style": {
  61. "navigationBarTitleText": "成果上传"
  62. }
  63. },
  64. {
  65. "path": "pages/teaching/index",
  66. "style": {
  67. "navigationBarTitleText": "教学卡"
  68. }
  69. },
  70. {
  71. "path": "pages/roadmap/index",
  72. "style": {
  73. "navigationBarTitleText": "路演材料"
  74. }
  75. },
  76. {
  77. "path": "pages/scoreboard/index",
  78. "style": {
  79. "navigationBarTitleText": "积分榜"
  80. }
  81. },
  82. {
  83. "path": "pages/plan/index",
  84. "style": {
  85. "navigationBarTitleText": "行动计划"
  86. }
  87. },
  88. {
  89. "path": "pages/survey/index",
  90. "style": {
  91. "navigationBarTitleText": "兴趣调研"
  92. }
  93. }
  94. ],
  95. "globalStyle": {
  96. "navigationBarTextStyle": "black",
  97. "navigationBarTitleText": "爱伴·AI之旅",
  98. "navigationBarBackgroundColor": "#FFFFFF",
  99. "backgroundColor": "#F8F8F8"
  100. },
  101. "lazyCodeLoading": "requiredComponents",
  102. "tabBar": {
  103. "color": "#7A7E83",
  104. "selectedColor": "#F97316",
  105. "borderStyle": "black",
  106. "backgroundColor": "#FFFFFF",
  107. "list": [
  108. {
  109. "pagePath": "pages/index/index",
  110. "text": "首页",
  111. "iconPath": "static/tab-home.png",
  112. "selectedIconPath": "static/tab-home-active.png"
  113. },
  114. {
  115. "pagePath": "pages/checkin/index",
  116. "text": "任务",
  117. "iconPath": "static/tab-task.png",
  118. "selectedIconPath": "static/tab-task-active.png"
  119. },
  120. {
  121. "pagePath": "pages/vote/index",
  122. "text": "路演投票",
  123. "iconPath": "static/tab-vote.png",
  124. "selectedIconPath": "static/tab-vote-active.png"
  125. },
  126. {
  127. "pagePath": "pages/mine/index",
  128. "text": "我的",
  129. "iconPath": "static/tab-profile.png",
  130. "selectedIconPath": "static/tab-profile-active.png"
  131. }
  132. ]
  133. }
  134. }