feat(web): add document-extractor node

This commit is contained in:
zhaoying
2026-03-26 17:09:41 +08:00
parent 9ae1d2f0d9
commit 91d38c0648
6 changed files with 31 additions and 126 deletions

View File

@@ -636,6 +636,8 @@ const Properties: FC<PropertiesProps> = ({
size="small"
parentName={key}
options={getFilteredVariableList(selectedNode?.data?.type, key)}
selectedNode={selectedNode}
graphRef={graphRef}
/>
</Form.Item>
)