fix: phone

This commit is contained in:
archer
2023-07-17 20:52:11 +08:00
parent 44e360b61b
commit 509ca92f0a
12 changed files with 30 additions and 31 deletions

View File

@@ -6,14 +6,14 @@ import { useRouter } from 'next/router';
const list = [
{
icon: 'kb',
icon: 'dbLight',
label: '我的知识库',
link: '/kb'
link: '/kb/list'
},
{
icon: 'appStore',
icon: 'appStoreLight',
label: 'AI应用市场',
link: '/model/share'
link: '/appStore'
},
{
icon: 'git',