Skip to content

Commit fe362d7

Browse files
author
haoxiuwen
committed
modify
1 parent 54091c6 commit fe362d7

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

docs/.vuepress/sidebar/document.ts

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ const documentSidebar = [
5050
{ text: '多设备登录', link: 'multi_device.html' },
5151
]
5252
},
53-
{
54-
text: '用户相关',
55-
collapsible: true,
56-
children: [
57-
{ text: '用户关系', link: 'user_relationship.html' },
58-
{ text: '用户属性', link: 'userprofile.html' },
59-
{ text: '在线状态订阅', link: 'message_retrieve.html' },
60-
]
61-
},
6253
{
6354
text: '消息管理',
6455
collapsible: true,
@@ -118,6 +109,15 @@ const documentSidebar = [
118109
{ text: '管理聊天室属性', link: 'room_attributes.html' },
119110
]
120111
},
112+
{
113+
text: '用户相关',
114+
collapsible: true,
115+
children: [
116+
{ text: '用户关系', link: 'user_relationship.html' },
117+
{ text: '用户属性', link: 'userprofile.html' },
118+
{ text: '在线状态订阅', link: 'message_retrieve.html' },
119+
]
120+
},
121121
{
122122
text: '离线推送',
123123
collapsible: true,
@@ -219,15 +219,6 @@ const documentSidebar = [
219219
{ text: '多设备登录', link: 'multi_device.html' },
220220
],
221221
},
222-
{
223-
text: '用户相关',
224-
collapsible: true,
225-
children: [
226-
{ text: '用户关系', link: 'user_relationship.html' },
227-
{ text: '用户属性', link: 'userprofile.html' },
228-
{ text: '在线状态订阅', link: 'presence.html' },
229-
]
230-
},
231222
{
232223
text: '消息管理',
233224
collapsible: true,
@@ -286,6 +277,15 @@ const documentSidebar = [
286277
{ text: '管理聊天室属性', link: 'room_attributes.html' },
287278
]
288279
},
280+
{
281+
text: '用户相关',
282+
collapsible: true,
283+
children: [
284+
{ text: '用户关系', link: 'user_relationship.html' },
285+
{ text: '用户属性', link: 'userprofile.html' },
286+
{ text: '在线状态订阅', link: 'presence.html' },
287+
]
288+
},
289289
{ text: '离线推送',
290290
collapsible: true,
291291
children: [

0 commit comments

Comments
 (0)