mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 13:38:00 +00:00
fix: phone
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user