feat(web): add loop node; add chat variable;

This commit is contained in:
zhaoying
2026-01-04 20:00:10 +08:00
parent 4e3b8870c5
commit a66fb9eade
29 changed files with 1453 additions and 279 deletions

View File

@@ -1662,7 +1662,7 @@ export const zh = {
iteration: '迭代 (Iteration)',
loop: '循环 (Loop)',
'cycle-start': '',
'cycle-end': '退出循环',
break: '退出循环',
parallel: '并行执行',
'var-aggregator': '变量聚合器',
externalInteraction: '外部交互',
@@ -1690,7 +1690,9 @@ export const zh = {
nodeProperties: '节点属性',
empty: "Emmm…盒子是空的这里什么都没有",
nodeName: '节点名称',
addvariable: '会话变量',
addChatVariable: '添加会话变量',
editChatVariable: '编辑会话变量',
config: {
llm: {
@@ -1743,6 +1745,7 @@ export const zh = {
type: '类型',
desc: '描述',
required: '必填',
default: '默认值',
'string': 'String',
'number': 'Number',