mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 17:16:52 +08:00
### What problem does this PR solve? Feat: Limit the iteration start node to only be the source node #4242 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1093,6 +1093,9 @@ This delimiter is used to split the input text into several text pieces echo of
|
||||
minus: 'Minus',
|
||||
semicolon: 'Semicolon',
|
||||
},
|
||||
addVariable: 'Add variable',
|
||||
variableSettings: 'Variable settings',
|
||||
globalVariables: 'Global variables',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@ -1030,6 +1030,8 @@ export default {
|
||||
minus: '減號',
|
||||
semicolon: '分號',
|
||||
},
|
||||
addVariable: '新增變數',
|
||||
variableSettings: '變數設定',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@ -1074,6 +1074,8 @@ export default {
|
||||
minus: '减号',
|
||||
semicolon: '分号',
|
||||
},
|
||||
addVariable: '新增变量',
|
||||
variableSettings: '变量设置',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user