mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 02:55:29 +08:00
### What problem does this PR solve? Feat: Display variables in the variable assignment node. #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1713,6 +1713,19 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`,
|
||||
asc: '升序',
|
||||
desc: '降序',
|
||||
},
|
||||
variableAssignerLogicalOperatorOptions: {
|
||||
overwrite: '覆盖',
|
||||
clear: '清除',
|
||||
set: '设置',
|
||||
add: '加',
|
||||
subtract: '减',
|
||||
multiply: '乘',
|
||||
divide: '除',
|
||||
append: '追加',
|
||||
extend: '扩展',
|
||||
removeFirst: '移除第一个',
|
||||
removeLast: '移除最后一个',
|
||||
},
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user