mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
feat: add support for request timeout settings in the HTTP request node. (#3854)
Co-authored-by: Yeuoly <admin@srmxy.cn>
This commit is contained in:
@@ -248,6 +248,15 @@ const translation = {
|
||||
'header': 'ヘッダー',
|
||||
},
|
||||
insertVarPlaceholder: '変数を挿入するには\'/\'を入力してください',
|
||||
timeout: {
|
||||
title: 'タイムアウト',
|
||||
connectLabel: '接続タイムアウト',
|
||||
connectPlaceholder: '接続タイムアウトを秒で入力',
|
||||
readLabel: '読み取りタイムアウト',
|
||||
readPlaceholder: '読み取りタイムアウトを秒で入力',
|
||||
writeLabel: '書き込みタイムアウト',
|
||||
writePlaceholder: '書き込みタイムアウトを秒で入力',
|
||||
},
|
||||
},
|
||||
code: {
|
||||
inputVars: '入力変数',
|
||||
|
||||
Reference in New Issue
Block a user