diff --git a/docs/.vuepress/sidebar/document.ts b/docs/.vuepress/sidebar/document.ts index 7eb04ff3..0f9ca48a 100644 --- a/docs/.vuepress/sidebar/document.ts +++ b/docs/.vuepress/sidebar/document.ts @@ -372,7 +372,7 @@ const documentSidebar = [ { text: '用户体系管理', link: 'account_system.html' }, { text: '用户属性', link: 'userprofile.html' }, { text: '用户状态订阅', link: 'presence.html' }, - { text: '用户收藏', link: 'favorite.html'}, + // { text: '用户收藏', link: 'favorite.html'}, { text: '用户关系管理', link: 'user_relationship.html' } ] },