This commit is contained in:
Archer
2026-02-12 18:02:02 +08:00
committed by GitHub
parent 76d6234de6
commit 0ac8bca17c
44 changed files with 871 additions and 456 deletions
@@ -97,10 +97,7 @@ const ApiKeyTable = ({ tips, appId }: { tips: string; appId?: string }) => {
</Box>
{feConfigs?.docUrl && (
<Link
href={
feConfigs.openAPIDocUrl ||
getDocPath('/docs/introduction/development/openapi/intro')
}
href={feConfigs.openAPIDocUrl || getDocPath('/docs/introduction/openapi/intro')}
target={'_blank'}
ml={1}
color={'primary.500'}
@@ -397,7 +397,7 @@ function EditLinkModal({
/>
</Flex>
<Link
href={getDocPath('/docs/introduction/development/openapi/share')}
href={getDocPath('/docs/introduction/openapi/share')}
target={'_blank'}
fontSize={'xs'}
color={'myGray.500'}
@@ -114,7 +114,7 @@ const defaultFeConfigs: FastGPTFeConfigsType = {
show_emptyChat: true,
show_git: true,
docUrl: 'https://doc.fastgpt.io',
openAPIDocUrl: 'https://doc.fastgpt.io/docs/introduction/development/openapi/intro',
openAPIDocUrl: 'https://doc.fastgpt.io/docs/introduction/openapi/intro',
submitPluginRequestUrl: 'https://github.com/labring/fastgpt-plugin/issues',
appTemplateCourse:
'https://fael3z0zfze.feishu.cn/wiki/CX9wwMGyEi5TL6koiLYcg7U0nWb?fromScene=spaceOverview',