pages.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/SplashPage",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "navigationStyle": "custom",
  8. "app-plus": {
  9. "animationType": "none",
  10. "animationDuration": 100
  11. }
  12. }
  13. },
  14. {
  15. "path": "pages/login/LoginPage",
  16. "style": {
  17. "navigationBarTitleText": "登录"
  18. }
  19. },
  20. {
  21. "path": "pages/conversationList/ConversationListPage",
  22. "style": {
  23. "navigationBarTitleText": "会话列表",
  24. "app-plus": {
  25. "titleNView": {
  26. "buttons": [
  27. {
  28. "text": "\ue657",
  29. "fontSrc": "/static/wx_iconfont.ttf",
  30. "fontSize": "28px"
  31. },
  32. {
  33. "text": "\ue636",
  34. "fontSrc": "/static/wx_iconfont.ttf",
  35. "fontSize": "26px"
  36. }
  37. ]
  38. }
  39. }
  40. }
  41. },
  42. {
  43. "path": "pages/conversation/ConversationPage",
  44. "style": {
  45. "navigationBarTitleText": "会话详情",
  46. "enablePullDownRefresh": false,
  47. "app-plus": {
  48. "titleNView": {
  49. "buttons": [
  50. {
  51. "text": "\ue623",
  52. "fontSrc": "/static/wx_iconfont.ttf",
  53. "fontSize": "28px"
  54. }
  55. ]
  56. },
  57. "softinputMode": "adjustResize",
  58. "bounce":"none"
  59. }
  60. }
  61. },
  62. {
  63. "path": "pages/conversation/message/CompositeMessagePage",
  64. "style": {
  65. "navigationBarTitleText": "组合消息预览"
  66. }
  67. },
  68. {
  69. "path": "pages/conversation/SingleConversationInfoPage",
  70. "style": {
  71. "navigationBarTitleText": "单人会话信息"
  72. }
  73. },
  74. {
  75. "path": "pages/conversation/message/forward/ForwardMessagePage",
  76. "style": {
  77. "navigationBarTitleText": "消息转发"
  78. }
  79. },
  80. {
  81. "path": "pages/conversation/GroupConversationInfoPage",
  82. "style": {
  83. "navigationBarTitleText": "群会话信息"
  84. }
  85. },
  86. {
  87. "path": "pages/contact/SearchUserPage",
  88. "style": {
  89. "navigationBarTitleText": "搜索用户"
  90. }
  91. },
  92. {
  93. "path": "pages/search/SearchPortalPage",
  94. "style": {
  95. "navigationBarTitleText": "搜索"
  96. }
  97. },
  98. {
  99. "path": "pages/search/SearchConversationMessagePage",
  100. "style": {
  101. "navigationBarTitleText": " 会话消息搜索"
  102. }
  103. },
  104. {
  105. "path": "pages/contact/UserDetailPage",
  106. "style": {
  107. "navigationBarTitleText": "用户信息"
  108. }
  109. },
  110. {
  111. "path": "pages/contact/ContactListPage",
  112. "style": {
  113. "navigationBarTitleText": "好友",
  114. "app-plus": {
  115. "titleNView": {
  116. "buttons": [
  117. {
  118. "text": "\ue657",
  119. "fontSrc": "/static/wx_iconfont.ttf",
  120. "fontSize": "28px"
  121. },
  122. {
  123. "text": "\ue636",
  124. "fontSrc": "/static/wx_iconfont.ttf",
  125. "fontSize": "26px"
  126. }
  127. ]
  128. }
  129. }
  130. }
  131. },
  132. {
  133. "path": "pages/pick/PickUserPage",
  134. "style": {
  135. "navigationBarTitleText": "选择联系人"
  136. }
  137. },
  138. {
  139. "path": "pages/me/MePage",
  140. "style": {
  141. "navigationBarTitleText": "我的"
  142. }
  143. },
  144. {
  145. "path": "pages/misc/WebViewPage",
  146. "style": {
  147. "navigationBarTitleText": "页面加载中..."
  148. }
  149. },
  150. {
  151. "path": "pages/misc/PreviewVideoPage",
  152. "style": {
  153. "navigationBarTitleText": "视频预览"
  154. }
  155. },
  156. {
  157. "path": "pages/misc/ApiTestPage",
  158. "style": {
  159. "navigationBarTitleText": "API测试"
  160. }
  161. }
  162. ],
  163. "tabBar": {
  164. "selectedColor": "#3B62E0",
  165. "color": "#7f8389",
  166. "list": [
  167. {
  168. "pagePath": "pages/conversationList/ConversationListPage",
  169. "text": "会话列表",
  170. "iconPath": "static/image/tabbar/message_normal.png",
  171. "selectedIconPath": "static/image/tabbar/message_press.png"
  172. },
  173. {
  174. "pagePath": "pages/contact/ContactListPage",
  175. "text": "好友列表",
  176. "iconPath": "static/image/tabbar/contact_normal.png",
  177. "selectedIconPath": "static/image/tabbar/contact_press.png"
  178. },
  179. {
  180. "pagePath": "pages/me/MePage",
  181. "text": "我的",
  182. "iconPath": "static/image/tabbar/me_normal.png",
  183. "selectedIconPath": "static/image/tabbar/me_press.png"
  184. }
  185. ]
  186. },
  187. "sitemapLocation": "sitemap.json",
  188. "globalStyle": {
  189. "backgroundTextStyle": "light",
  190. "navigationBarBackgroundColor": "#fff",
  191. "navigationBarTitleText": "野火IM",
  192. "navigationBarTextStyle": "black"
  193. },
  194. "subPackages": []
  195. }