mirror of
https://github.com/soluckysummer/n8n_workflows.git
synced 2026-08-28 23:16:36 +08:00
11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"name": "示例工作流",
|
|
"nodes": [
|
|
{
|
|
"name": "开始节点",
|
|
"type": "n8n-nodes-base.start",
|
|
"parameters": {}
|
|
}
|
|
],
|
|
"connections": {}
|
|
} |