-
Notifications
You must be signed in to change notification settings - Fork 18
/
pages.json
357 lines (357 loc) · 11.3 KB
/
pages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
{
"pages": [
{
// 位置放第一个就是首页
"path": "pages/SplashPage",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"animationType": "none",
"animationDuration": 100
}
}
},
{
"path": "pages/login/LoginPage",
"style": {
"navigationBarTitleText": "野火IM"
}
},
{
"path": "pages/conversationList/ConversationListPage",
"style": {
"navigationBarTitleText": "会话列表",
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "\ue657",
"fontSrc": "/static/iconfonts/wx_iconfont.ttf",
"fontSize": "28px"
},
{
"text": "\ue636",
"fontSrc": "/static/iconfonts/wx_iconfont.ttf",
"fontSize": "26px"
}
]
}
}
}
},
{
"path": "pages/conversation/ConversationPage",
"style": {
"navigationBarTitleText": "会话详情",
"enablePullDownRefresh": false,
"disableScroll": true,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "\ue623",
"fontSrc": "/static/iconfonts/wx_iconfont.ttf",
"fontSize": "28px"
}
]
},
"softinputMode": "adjustResize",
"bounce": "none"
}
}
},
{
"path": "pages/conversation/message/CompositeMessagePage",
"style": {
"navigationBarTitleText": "组合消息预览"
}
},
{
"path": "pages/conversation/SingleConversationInfoPage",
"style": {
"navigationBarTitleText": "单人会话信息"
}
},
{
"path": "pages/conversation/message/forward/ForwardMessagePage",
"style": {
"navigationBarTitleText": "消息转发"
}
},
{
"path": "pages/conversation/GroupConversationInfoPage",
"style": {
"navigationBarTitleText": "群会话信息"
}
},
{
"path": "pages/contact/SearchUserPage",
"style": {
"navigationBarTitleText": "搜索用户"
}
},
{
"path": "pages/contact/OrganizationTreePage",
"style": {
"navigationBarTitleText": "组织结构"
}
},
{
"path": "pages/contact/ChannelListPage",
"style": {
"navigationBarTitleText": " 频道列表",
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "\ue657",
"fontSrc": "/static/iconfonts/wx_iconfont.ttf",
"fontSize": "28px"
}
]
}
}
}
},
{
"path": "pages/search/SearchPortalPage",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "pages/search/SearchConversationMessagePage",
"style": {
"navigationBarTitleText": "会话消息搜索"
}
},
{
"path": "pages/contact/UserDetailPage",
"style": {
"navigationBarTitleText": "用户信息"
}
},
{
"path": "pages/contact/FriendRequestDetailPage",
"style": {
"navigationBarTitleText": "好友请求"
}
},
{
"path": "pages/contact/ContactListPage",
"style": {
"navigationBarTitleText": "好友",
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "\ue657",
"fontSrc": "/static/iconfonts/wx_iconfont.ttf",
"fontSize": "28px"
},
{
"text": "\ue636",
"fontSrc": "/static/iconfonts/wx_iconfont.ttf",
"fontSize": "26px"
}
]
}
}
}
},
{
"path": "pages/contact/NewFriendListPage",
"style": {
"navigationBarTitleText": "新朋友",
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "\ue63f",
"fontSrc": "/static/iconfonts/wx_iconfont.ttf",
"fontSize": "20px"
},
{
"text": "\uE611",
"fontSrc": "/static/iconfonts/wx_iconfont.ttf",
"fontSize": "26px"
}
]
}
}
}
},
{
"path": "pages/contact/GroupListPage",
"style": {
"navigationBarTitleText": "我的群组"
}
},
{
"path": "pages/pick/PickUserPage",
"style": {
"navigationBarTitleText": "选择联系人"
}
},
{
"path": "pages/pick/PickSingleUserPage",
"style": {
"navigationBarTitleText": "选择单个联系人"
}
},
{
"path": "pages/workspace/WorkspacePage",
"style": {
"navigationBarTitleText": " 工作台"
}
},
{
"path": "pages/workspace/WorkspaceWebViewPage",
"style": {
"navigationBarTitleText": "页面加载中..."
}
},
{
"path": "pages/discovery/DiscoveryPage",
"style": {
"navigationBarTitleText": "发现"
}
},
{
"path": "pages/discovery/ChatroomListPage",
"style": {
"navigationBarTitleText": "聊天室列表"
}
},
{
"path": "pages/me/MePage",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/misc/WebViewPage",
"style": {
"navigationBarTitleText": "页面加载中..."
}
},
{
"path": "pages/misc/PreviewVideoPage",
"style": {
"navigationBarTitleText": "视频预览"
}
},
{
"path": "pages/voip/Single",
"style": {
"titleNView": false,
"navigationBarTitleText": "单人音视频通话",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/voip/Multi",
"style": {
"titleNView": false,
"navigationBarTitleText": "多人音视频通话",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/voip/conference/ConferencePortalPage",
"style": {
"navigationBarTitleText": "会议"
}
},
{
"path": "pages/voip/conference/JoinConferencePage",
"style": {
"navigationBarTitleText": " 加入会议"
}
},
{
"path": "pages/voip/conference/CreateConferencePage",
"style": {
"navigationBarTitleText": "发起会议"
}
},
{
"path": "pages/voip/conference/OrderConferencePage",
"style": {
"navigationBarTitleText": "预定会议"
}
},
{
"path": "pages/voip/conference/ConferenceInfoPage",
"style": {
"navigationBarTitleText": "会议详情"
}
},
{
"path": "pages/voip/conference/ConferencePage",
"style": {
"titleNView": false,
"navigationBarTitleText": "音视频会议",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/voip/conference/ConferenceManagePage",
"style": {
"navigationBarTitleText": "会议管理"
}
},
{
"path": "pages/misc/ApiTestPage",
"style": {
"navigationBarTitleText": "API测试"
}
}
],
"tabBar": {
"selectedColor": "#3B62E0",
"color": "#7f8389",
"list": [
{
"pagePath": "pages/conversationList/ConversationListPage",
"text": "野火",
"iconPath": "static/image/tabbar/message_normal.png",
"selectedIconPath": "static/image/tabbar/message_press.png"
},
{
"pagePath": "pages/contact/ContactListPage",
"text": "通讯录",
"iconPath": "static/image/tabbar/contact_normal.png",
"selectedIconPath": "static/image/tabbar/contact_press.png"
},
{
"pagePath": "pages/workspace/WorkspacePage",
"text": "工作台",
"iconPath": "static/image/tabbar/work_normal.png",
"selectedIconPath": "static/image/tabbar/work_press.png"
},
{
"pagePath": "pages/discovery/DiscoveryPage",
"text": "发现",
"iconPath": "static/image/tabbar/discovery_normal.png",
"selectedIconPath": "static/image/tabbar/discovery_press.png"
},
{
"pagePath": "pages/me/MePage",
"text": "我的",
"iconPath": "static/image/tabbar/me_normal.png",
"selectedIconPath": "static/image/tabbar/me_press.png"
}
],
"backgroundColor": "white"
},
"sitemapLocation": "sitemap.json",
"globalStyle": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "野火IM",
"navigationBarTextStyle": "black"
},
"subPackages": []
}