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: '写入超时',
writePlaceholder: '输入写入超时(以秒为单位)',
},
curl: {
title: '导入cURL',
placeholder: '粘贴 cURL 字符串',
},
},
code: {
inputVars: '输入变量',