From 7b3343ced9977e7eed452c16164f6e54ff26ab77 Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Wed, 20 Nov 2024 18:30:18 +0800 Subject: [PATCH] modify --- docs/.vuepress/sidebar/document.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } ] },