mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 09:44:47 +00:00
feat: kb ui
This commit is contained in:
@@ -38,8 +38,8 @@ const Navbar = ({ unread }: { unread: number }) => {
|
||||
label: '知识库',
|
||||
icon: 'dbLight',
|
||||
activeIcon: 'dbFill',
|
||||
link: `/kb`,
|
||||
activeLink: ['/kb']
|
||||
link: `/kb/list`,
|
||||
activeLink: ['/kb/list', '/kb/detail']
|
||||
},
|
||||
{
|
||||
label: '市场',
|
||||
|
Reference in New Issue
Block a user