Skip to content

Commit

Permalink
Modify Label Mute Doc Directory
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Feb 26, 2025
1 parent 56d256d commit 0caf31c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vuepress/sidebar/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,8 @@ const documentSidebar = [
{ text: '管理超级管理员', link: 'chatroom_superadmin.html' },
{ text: '管理聊天室', link: 'chatroom_manage.html' },
{ text: '管理聊天室属性', link: 'chatroom_attribute.html' },
{ text: '管理聊天室成员',
{
text: '管理聊天室成员',
collapsible: true,
children: [
{ text: '获取成员列表', link: 'chatroom_member_obtain.html' },
Expand All @@ -421,8 +422,7 @@ const documentSidebar = [
{ text: '多个或全体成员禁言', link: 'chatroom_member_mutelist.html' },
{ text: '标签禁言', link: 'chatroom_label_mute.html' }
]
}
// { text: '管理用户标签及禁言', link: 'chatroom_label_mute.html' },
},
{ text: '管理白名单', link: 'chatroom_member_allowlist.html' },
{ text: '管理黑名单', link: 'chatroom_member_blocklist.html' }
]
Expand Down

0 comments on commit 0caf31c

Please sign in to comment.