feat: 知识库对外api

This commit is contained in:
archer
2023-04-08 20:27:43 +08:00
parent 9a145f223f
commit 52d00d0562
7 changed files with 230 additions and 17 deletions

View File

@@ -31,13 +31,13 @@ const navbarList = [
icon: 'user',
link: '/number/setting',
activeLink: ['/number/setting']
},
{
label: '开发',
icon: 'develop',
link: '/openapi',
activeLink: ['/openapi']
}
// {
// label: '开发',
// icon: 'develop',
// link: '/openapi',
// activeLink: ['/openapi']
// }
];
const Layout = ({ children }: { children: JSX.Element }) => {