mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
mrege
This commit is contained in:
@ -27,7 +27,7 @@ const NodeComponent: FC<NodeProps<DocExtractorNodeType>> = ({
|
||||
const node = isSystem ? nodes.find(node => node.data.type === BlockEnum.Start) : nodes.find(node => node.id === variable[0])
|
||||
return (
|
||||
<div className="relative mb-1 px-3 py-1">
|
||||
<div className="system-2xs-medium-uppercase mb-1 text-text-tertiary">{t(`${i18nPrefix}.inputVar`, { ns: 'workflow' })}</div>
|
||||
<div className="mb-1 text-text-tertiary system-2xs-medium-uppercase">{t(`${i18nPrefix}.inputVar`, { ns: 'workflow' })}</div>
|
||||
<VariableLabelInNode
|
||||
variables={variable}
|
||||
nodeType={node?.data.type}
|
||||
|
||||
@ -64,7 +64,7 @@ const Panel: FC<NodePanelProps<DocExtractorNodeType>> = ({
|
||||
filterVar={filterVar}
|
||||
typePlaceHolder="File | Array[File]"
|
||||
/>
|
||||
<div className="body-xs-regular mt-1 py-0.5 text-text-tertiary">
|
||||
<div className="mt-1 py-0.5 text-text-tertiary body-xs-regular">
|
||||
{t(`${i18nPrefix}.supportFileTypes`, { ns: 'workflow', types: supportTypesShowNames })}
|
||||
<a className="text-text-accent" href={link} target="_blank">{t(`${i18nPrefix}.learnMore`, { ns: 'workflow' })}</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user