This commit is contained in:
archer
2023-07-04 15:39:57 +08:00
parent 9bdd5f522d
commit 6e1ef89d65
44 changed files with 213 additions and 1216 deletions

View File

@@ -32,12 +32,6 @@ const Navbar = ({ unread }: { unread: number }) => {
link: `/app/list`,
activeLink: ['/app/list']
},
{
label: '旧应用',
icon: 'model',
link: `/model?modelId=${lastModelId}`,
activeLink: ['/model']
},
{
label: '知识库',
icon: 'kb',
@@ -47,8 +41,8 @@ const Navbar = ({ unread }: { unread: number }) => {
{
label: '市场',
icon: 'appStore',
link: '/model/share',
activeLink: ['/model/share']
link: '/appStore',
activeLink: ['/appStore']
},
{
label: '账号',
@@ -57,7 +51,7 @@ const Navbar = ({ unread }: { unread: number }) => {
activeLink: ['/number']
}
],
[lastChatId, lastChatModelId, lastModelId]
[lastChatId, lastChatModelId]
);
const itemStyles: any = {