pages.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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/iconfonts/wx_iconfont.ttf",
  30. "fontSize": "28px"
  31. },
  32. {
  33. "text": "\ue636",
  34. "fontSrc": "/static/iconfonts/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. "disableScroll": true,
  48. "app-plus": {
  49. "titleNView": {
  50. "buttons": [
  51. {
  52. "text": "\ue623",
  53. "fontSrc": "/static/iconfonts/wx_iconfont.ttf",
  54. "fontSize": "28px"
  55. }
  56. ]
  57. },
  58. "softinputMode": "adjustResize",
  59. "bounce": "none"
  60. }
  61. }
  62. },
  63. {
  64. "path": "pages/conversation/message/CompositeMessagePage",
  65. "style": {
  66. "navigationBarTitleText": "组合消息预览"
  67. }
  68. },
  69. {
  70. "path": "pages/conversation/SingleConversationInfoPage",
  71. "style": {
  72. "navigationBarTitleText": "单人会话信息"
  73. }
  74. },
  75. {
  76. "path": "pages/conversation/message/forward/ForwardMessagePage",
  77. "style": {
  78. "navigationBarTitleText": "消息转发"
  79. }
  80. },
  81. {
  82. "path": "pages/conversation/GroupConversationInfoPage",
  83. "style": {
  84. "navigationBarTitleText": "群会话信息"
  85. }
  86. },
  87. {
  88. "path": "pages/contact/SearchUserPage",
  89. "style": {
  90. "navigationBarTitleText": "搜索用户"
  91. }
  92. },
  93. {
  94. "path": "pages/contact/ChannelListPage",
  95. "style": {
  96. "navigationBarTitleText": " 频道列表",
  97. "app-plus": {
  98. "titleNView": {
  99. "buttons": [
  100. {
  101. "text": "\ue657",
  102. "fontSrc": "/static/iconfonts/wx_iconfont.ttf",
  103. "fontSize": "28px"
  104. }
  105. ]
  106. }
  107. }
  108. }
  109. },
  110. {
  111. "path": "pages/search/SearchPortalPage",
  112. "style": {
  113. "navigationBarTitleText": "搜索"
  114. }
  115. },
  116. {
  117. "path": "pages/search/SearchConversationMessagePage",
  118. "style": {
  119. "navigationBarTitleText": "会话消息搜索"
  120. }
  121. },
  122. {
  123. "path": "pages/contact/UserDetailPage",
  124. "style": {
  125. "navigationBarTitleText": "用户信息"
  126. }
  127. },
  128. {
  129. "path": "pages/contact/FriendRequestDetailPage",
  130. "style": {
  131. "navigationBarTitleText": "好友请求"
  132. }
  133. },
  134. {
  135. "path": "pages/contact/ContactListPage",
  136. "style": {
  137. "navigationBarTitleText": "好友",
  138. "app-plus": {
  139. "titleNView": {
  140. "buttons": [
  141. {
  142. "text": "\ue657",
  143. "fontSrc": "/static/iconfonts/wx_iconfont.ttf",
  144. "fontSize": "28px"
  145. },
  146. {
  147. "text": "\ue636",
  148. "fontSrc": "/static/iconfonts/wx_iconfont.ttf",
  149. "fontSize": "26px"
  150. }
  151. ]
  152. }
  153. }
  154. }
  155. },
  156. {
  157. "path": "pages/contact/NewFriendListPage",
  158. "style": {
  159. "navigationBarTitleText": "新朋友",
  160. "app-plus": {
  161. "titleNView": {
  162. "buttons": [
  163. {
  164. "text": "\ue63f",
  165. "fontSrc": "/static/iconfonts/wx_iconfont.ttf",
  166. "fontSize": "20px"
  167. },
  168. {
  169. "text": "\uE611",
  170. "fontSrc": "/static/iconfonts/wx_iconfont.ttf",
  171. "fontSize": "26px"
  172. }
  173. ]
  174. }
  175. }
  176. }
  177. },
  178. {
  179. "path": "pages/contact/GroupListPage",
  180. "style": {
  181. "navigationBarTitleText": "我的群组"
  182. }
  183. },
  184. {
  185. "path": "pages/pick/PickUserPage",
  186. "style": {
  187. "navigationBarTitleText": "选择联系人"
  188. }
  189. },
  190. {
  191. "path": "pages/pick/PickSingleUserPage",
  192. "style": {
  193. "navigationBarTitleText": "选择单个联系人"
  194. }
  195. },
  196. {
  197. "path": "pages/discovery/DiscoveryPage",
  198. "style": {
  199. "navigationBarTitleText": "发现"
  200. }
  201. },
  202. {
  203. "path": "pages/discovery/ChatroomListPage",
  204. "style": {
  205. "navigationBarTitleText": "聊天室列表"
  206. }
  207. },
  208. {
  209. "path": "pages/me/MePage",
  210. "style": {
  211. "navigationBarTitleText": "我的"
  212. }
  213. },
  214. {
  215. "path": "pages/misc/WebViewPage",
  216. "style": {
  217. "navigationBarTitleText": "页面加载中..."
  218. }
  219. },
  220. {
  221. "path": "pages/misc/PreviewVideoPage",
  222. "style": {
  223. "navigationBarTitleText": "视频预览"
  224. }
  225. },
  226. {
  227. "path": "pages/misc/ApiTestPage",
  228. "style": {
  229. "navigationBarTitleText": "API测试"
  230. }
  231. }
  232. ],
  233. "tabBar": {
  234. "selectedColor": "#3B62E0",
  235. "color": "#7f8389",
  236. "list": [
  237. {
  238. "pagePath": "pages/conversationList/ConversationListPage",
  239. "text": "野火",
  240. "iconPath": "static/image/tabbar/message_normal.png",
  241. "selectedIconPath": "static/image/tabbar/message_press.png"
  242. },
  243. {
  244. "pagePath": "pages/contact/ContactListPage",
  245. "text": "通讯录",
  246. "iconPath": "static/image/tabbar/contact_normal.png",
  247. "selectedIconPath": "static/image/tabbar/contact_press.png"
  248. },
  249. {
  250. "pagePath": "pages/discovery/DiscoveryPage",
  251. "text": " 发现",
  252. "iconPath": "static/image/tabbar/discovery_normal.png",
  253. "selectedIconPath": "static/image/tabbar/discovery_press.png"
  254. },
  255. {
  256. "pagePath": "pages/me/MePage",
  257. "text": "我的",
  258. "iconPath": "static/image/tabbar/me_normal.png",
  259. "selectedIconPath": "static/image/tabbar/me_press.png"
  260. }
  261. ]
  262. },
  263. "sitemapLocation": "sitemap.json",
  264. "globalStyle": {
  265. "backgroundTextStyle": "light",
  266. "navigationBarBackgroundColor": "#fff",
  267. "navigationBarTitleText": "野火IM",
  268. "navigationBarTextStyle": "black"
  269. },
  270. "subPackages": []
  271. }