20 lines
394 B
JSON
20 lines
394 B
JSON
{
|
|
"id": "text_input",
|
|
"name": "文本输入",
|
|
"type": "input",
|
|
"inputs": [
|
|
{
|
|
"name": "text",
|
|
"label": "输入文本",
|
|
"ui_widget": "text_area",
|
|
"data_type": "text"
|
|
}
|
|
],
|
|
"outputs": [
|
|
{
|
|
"name": "text",
|
|
"label": "输出文本",
|
|
"data_type": "text"
|
|
}
|
|
]
|
|
} |