Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/.vitepress/themeConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ const sharedSidebarItems = [
text: '工具',
base: '/tools/',
items: [
{ text: 'AI模型交互工具类', link: 'ai-client' },
{ text: '消息数据管理', link: 'message' },
{ text: '会话数据管理', link: 'conversation' },
{ text: 'useMessage 消息数据管理', link: 'message' },
{ text: 'useConversation 会话数据管理', link: 'conversation' },
{ text: 'AIClient 模型交互工具类', link: 'ai-client' },
{ text: '工具函数', link: 'utils' },
],
},
Expand Down
Loading
Loading