feat: add cURL import for http request node (#8656)

This commit is contained in:
非法操作
2024-11-21 22:25:18 +08:00
committed by GitHub
parent fefda40acf
commit 8b16f07eb0
5 changed files with 218 additions and 9 deletions

View File

@@ -408,6 +408,10 @@ const translation = {
writeLabel: 'Write Timeout',
writePlaceholder: 'Enter write timeout in seconds',
},
curl: {
title: 'Import from cURL',
placeholder: 'Paste cURL string here',
},
},
code: {
inputVars: 'Input Variables',