mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 13:38:00 +00:00
perf: config fe
This commit is contained in:
@@ -11,7 +11,7 @@ const list = [
|
||||
label: '我的知识库',
|
||||
link: '/kb/list'
|
||||
},
|
||||
...(feConfigs.show_appStore
|
||||
...(feConfigs?.show_appStore
|
||||
? [
|
||||
{
|
||||
icon: 'appStoreLight',
|
||||
@@ -20,7 +20,7 @@ const list = [
|
||||
}
|
||||
]
|
||||
: []),
|
||||
...(feConfigs.show_git
|
||||
...(feConfigs?.show_git
|
||||
? [
|
||||
{
|
||||
icon: 'git',
|
||||
|
Reference in New Issue
Block a user