feat: Add component Invoke #2908 (#3067)

### What problem does this PR solve?

feat: Add component Invoke #2908

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-10-28 18:56:38 +08:00
committed by GitHub
parent d133cc043b
commit 497bc1438a
14 changed files with 407 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ export default {
move: '移動',
warn: '提醒',
action: '操作',
s: '秒',
},
login: {
login: '登入',
@@ -965,6 +966,13 @@ export default {
note: '註解',
noteDescription: '註解',
notePlaceholder: '請輸入註釋',
invoke: 'Invoke',
invokeDescription:
'此元件可以呼叫遠端端點呼叫。將其他元件的輸出作為參數或設定常數參數來呼叫遠端函數。',
url: '網址',
method: '方法',
timeout: '超時',
headers: '請求頭',
},
footer: {
profile: '“保留所有權利 @ react”',