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: 'Move',
warn: 'Warn',
action: 'Action',
s: 'S',
},
login: {
login: 'Sign in',
@ -1016,6 +1017,13 @@ The above is the content you need to summarize.`,
note: 'Note',
noteDescription: 'Note',
notePlaceholder: 'Please enter a note',
invoke: 'Invoke',
invokeDescription:
'This component can invoke remote end point call. Put the output of other components as parameters or set constant parameters to call remote functions.',
url: 'Url',
method: 'Method',
timeout: 'Timeout',
headers: 'Headers',
},
footer: {
profile: 'All rights reserved @ React',