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:
@ -1170,6 +1170,8 @@ export default {
|
||||
cleanHtml: 'HTML bereinigen',
|
||||
cleanHtmlTip:
|
||||
'Wenn die Antwort im HTML-Format vorliegt und nur der Hauptinhalt gewünscht wird, schalten Sie dies bitte ein.',
|
||||
invalidUrl:
|
||||
'Muss eine gültige URL oder eine URL mit Variablenplatzhaltern im Format {Variablenname} oder {Komponente@Variable} sein',
|
||||
reference: 'Referenz',
|
||||
input: 'Eingabe',
|
||||
output: 'Ausgabe',
|
||||
|
||||
Reference in New Issue
Block a user