mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 05:19:51 +00:00
Extraction schema (#398)
This commit is contained in:
@@ -22,6 +22,16 @@ const Navbar = () => {
|
||||
const menuList = [
|
||||
...(feConfigs?.show_contact
|
||||
? [
|
||||
{
|
||||
label: t('home.Commercial'),
|
||||
key: 'community',
|
||||
onClick: () => {
|
||||
window.open(
|
||||
'https://fael3z0zfze.feishu.cn/share/base/form/shrcnRxj3utrzjywsom96Px4sud',
|
||||
'_blank'
|
||||
);
|
||||
}
|
||||
},
|
||||
{
|
||||
label: t('home.Community'),
|
||||
key: 'community',
|
||||
|
Reference in New Issue
Block a user