feat(web): 注释节点

This commit is contained in:
zhaoying
2026-03-09 17:30:43 +08:00
parent 00e0201bf9
commit 33d12c43b2
11 changed files with 857 additions and 13 deletions

View File

@@ -2008,6 +2008,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
self_optimization: 'Self Optimization',
process_evolution: 'Process Evolution',
unknown: 'Unknown Node',
notes: 'Sticky Note',
clickToConfigure: 'Click to configure node parameters',
nodeProperties: 'Node Properties',
@@ -2195,6 +2196,12 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
output_variables: 'Output Variables',
refreshTip: 'Sync function signature to code',
},
notes: {
showAuth: 'Show Author',
enterLink: 'Enter Link URL',
placeholder: 'Enter note...',
removeLink: 'Remove Link',
},
name: 'Key',
type: 'Type',
value: 'Value',

View File

@@ -2004,6 +2004,7 @@ export const zh = {
self_optimization: '自我优化',
process_evolution: '流程演化',
unknown: '未知节点',
notes: '便签',
clickToConfigure: '点击配置节点参数',
nodeProperties: '节点属性',
@@ -2194,6 +2195,12 @@ export const zh = {
unknown: {
replaceNodeType: '替换节点'
},
notes: {
showAuth: '显示作者',
enterLink: '输入链接 URL',
placeholder: '输入注释...',
removeLink: '取消链接',
},
name: '键',
type: '类型',
value: '值',