mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 17:16:52 +08:00
Feat: HTTP componant supports variables (#10432)
### What problem does this PR solve? HTTP component supports variables. #10382   ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1098,6 +1098,8 @@ export default {
|
||||
cleanHtml: 'HTMLをクリーン',
|
||||
cleanHtmlTip:
|
||||
'応答がHTML形式であり、主要なコンテンツのみが必要な場合は、これをオンにしてください。',
|
||||
invalidUrl:
|
||||
'有効なURLまたは{variable_name}または{component@variable}形式の変数プレースホルダーを含むURLである必要があります',
|
||||
reference: '参照',
|
||||
input: '入力',
|
||||
output: '出力',
|
||||
|
||||
Reference in New Issue
Block a user