Skip to content

Commit

Permalink
Merge pull request #1158 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Add Chatroom Mute by Label
  • Loading branch information
haoxiuwen authored Feb 26, 2025
2 parents cbef133 + 0caf31c commit 6943d8f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/.vuepress/sidebar/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,14 +409,20 @@ 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' },
{ text: '添加/移除成员', link: 'chatroom_member_add_delete.html' },
{ text: '管理聊天室所有者/管理员', link: 'chatroom_member_admin.html' },
{ text: '管理禁言', link: 'chatroom_member_mutelist.html' },
// { text: '管理用户标签及禁言', link: 'chatroom_label_mute.html' },
{ text: '管理禁言',
collapsible: true,
children: [
{ text: '多个或全体成员禁言', link: 'chatroom_member_mutelist.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 6943d8f

Please sign in to comment.