mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
fix: publish channel doc link
This commit is contained in:
parent
3e0b853a88
commit
e7a5d41148
|
|
@ -90,10 +90,7 @@ const DingTalkEditModal = ({
|
|||
<Box color="myGray.600">{t('publish:dingtalk.api')}</Box>
|
||||
{feConfigs?.docUrl && (
|
||||
<Link
|
||||
href={
|
||||
feConfigs.openAPIDocUrl ||
|
||||
getDocPath('/docs/use-cases/external-integration/dingtalk/')
|
||||
}
|
||||
href={getDocPath('/docs/use-cases/external-integration/dingtalk/')}
|
||||
target={'_blank'}
|
||||
ml={2}
|
||||
color={'primary.500'}
|
||||
|
|
|
|||
|
|
@ -74,10 +74,7 @@ const DingTalk = ({ appId }: { appId: string }) => {
|
|||
</Box>
|
||||
{feConfigs?.docUrl && (
|
||||
<Link
|
||||
href={
|
||||
feConfigs.openAPIDocUrl ||
|
||||
getDocPath('/docs/use-cases/external-integration/dingtalk/')
|
||||
}
|
||||
href={getDocPath('/docs/use-cases/external-integration/dingtalk/')}
|
||||
target={'_blank'}
|
||||
color={'primary.500'}
|
||||
fontSize={'sm'}
|
||||
|
|
|
|||
|
|
@ -90,10 +90,7 @@ const FeiShuEditModal = ({
|
|||
<Box color="myGray.600">{t('publish:feishu_api')}</Box>
|
||||
{feConfigs?.docUrl && (
|
||||
<Link
|
||||
href={
|
||||
feConfigs.openAPIDocUrl ||
|
||||
getDocPath('/docs/use-cases/external-integration/feishu/')
|
||||
}
|
||||
href={getDocPath('/docs/use-cases/external-integration/feishu/')}
|
||||
target={'_blank'}
|
||||
ml={2}
|
||||
color={'primary.500'}
|
||||
|
|
|
|||
|
|
@ -73,10 +73,7 @@ const FeiShu = ({ appId }: { appId: string }) => {
|
|||
</Box>
|
||||
{feConfigs?.docUrl && (
|
||||
<Link
|
||||
href={
|
||||
feConfigs.openAPIDocUrl ||
|
||||
getDocPath('/docs/use-cases/external-integration/feishu/')
|
||||
}
|
||||
href={getDocPath('/docs/use-cases/external-integration/feishu')}
|
||||
target={'_blank'}
|
||||
color={'primary.500'}
|
||||
fontSize={'sm'}
|
||||
|
|
|
|||
|
|
@ -96,10 +96,7 @@ const OffiAccountEditModal = ({
|
|||
<Box color="myGray.600">{t('publish:official_account.params')}</Box>
|
||||
{feConfigs?.docUrl && (
|
||||
<Link
|
||||
href={
|
||||
feConfigs.openAPIDocUrl ||
|
||||
getDocPath('/docs/use-cases/external-integration/official_account/')
|
||||
}
|
||||
href={getDocPath('/docs/use-cases/external-integration/official_account/')}
|
||||
target={'_blank'}
|
||||
ml={2}
|
||||
color={'primary.500'}
|
||||
|
|
|
|||
|
|
@ -75,10 +75,7 @@ const OffiAccount = ({ appId }: { appId: string }) => {
|
|||
|
||||
{feConfigs?.docUrl && (
|
||||
<Link
|
||||
href={
|
||||
feConfigs.openAPIDocUrl ||
|
||||
getDocPath('/docs/use-cases/external-integration/official_account/')
|
||||
}
|
||||
href={getDocPath('/docs/use-cases/external-integration/official_account')}
|
||||
target={'_blank'}
|
||||
ml={2}
|
||||
color={'primary.500'}
|
||||
|
|
|
|||
Loading…
Reference in New Issue