feat(web): add parameter-extractor、if-else、var-aggregator Node

This commit is contained in:
zhaoying
2025-12-30 13:59:36 +08:00
parent 1383f4abcf
commit 262952c022
18 changed files with 1042 additions and 346 deletions

View File

@@ -1754,7 +1754,8 @@ export const zh = {
"lt": '<',
"le": '<=',
"gt": '>',
"ge": '>='
"ge": '>=',
else_desc: '用于定义当 if 条件不满足时应执行的逻辑。'
}
},