chore: show credit help link (#2393)

This commit is contained in:
Joel
2024-02-05 16:22:30 +08:00
committed by GitHub
parent 714ff3c663
commit 5e145c1c22
6 changed files with 20 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ import Button from '@/app/components/base/button'
import { fetchBuiltInToolCredentialSchema } from '@/service/tools'
import Loading from '@/app/components/base/loading'
import Form from '@/app/components/header/account-setting/model-provider-page/model-modal/Form'
import { LinkExternal02 } from '@/app/components/base/icons/src/vender/line/general'
type Props = {
collection: Collection
@@ -62,6 +63,16 @@ const ConfigCredential: FC<Props> = ({
showOnVariableMap={{}}
validating={false}
inputClassName='!bg-gray-50'
fieldMoreInfo={item => item.url
? (<a
href={item.url}
target='_blank' rel='noopener noreferrer'
className='inline-flex items-center text-xs text-primary-600'
>
{t('tools.howToGet')}
<LinkExternal02 className='ml-1 w-3 h-3' />
</a>)
: null}
/>
<div className={cn(collection.is_team_authorization ? 'justify-between' : 'justify-end', 'mt-2 flex ')} >
{