huabu/configs/nodes/text_input.json

20 lines
394 B
JSON
Raw Normal View History

2026-02-07 00:17:23 +08:00
{
"id": "text_input",
"name": "文本输入",
"type": "input",
"inputs": [
{
"name": "text",
"label": "输入文本",
"ui_widget": "text_area",
"data_type": "text"
}
],
"outputs": [
{
"name": "text",
"label": "输出文本",
"data_type": "text"
}
]
}