### 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:
@@ -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',
|
||||
|
||||
@@ -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”',
|
||||
|
||||
@@ -29,6 +29,7 @@ export default {
|
||||
move: '移动',
|
||||
warn: '提醒',
|
||||
action: '操作',
|
||||
s: '秒',
|
||||
},
|
||||
login: {
|
||||
login: '登录',
|
||||
@@ -985,6 +986,13 @@ export default {
|
||||
note: '注释',
|
||||
noteDescription: '注释',
|
||||
notePlaceholder: '请输入注释',
|
||||
invoke: 'Invoke',
|
||||
invokeDescription:
|
||||
'该组件可以调用远程端点调用。将其他组件的输出作为参数或设置常量参数来调用远程函数。',
|
||||
url: 'Url',
|
||||
method: '方法',
|
||||
timeout: '超时',
|
||||
headers: '请求头',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user