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

@@ -2163,6 +2163,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
'memory-write': 'Memory Storage',
unknown: 'Unknown Node',
notes: 'Sticky Note',
'document-extractor': 'Document Extractor',
clickToConfigure: 'Click to configure node parameters',
nodeProperties: 'Node Properties',
@@ -2361,6 +2362,9 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
placeholder: 'Enter note...',
removeLink: 'Remove Link',
},
'document-extractor': {
file_selector: 'Input Variable',
},
name: 'Key',
type: 'Type',
value: 'Value',

View File

@@ -2160,6 +2160,7 @@ export const zh = {
'memory-write': '记忆储存',
unknown: '未知节点',
notes: '便签',
'document-extractor': '文档提取器',
clickToConfigure: '点击配置节点参数',
nodeProperties: '节点属性',
@@ -2361,6 +2362,9 @@ export const zh = {
placeholder: '输入注释...',
removeLink: '取消链接',
},
'document-extractor': {
file_selector: '输入变量',
},
name: '键',
type: '类型',
value: '值',