Files
PandaX/pkg/rule_engine/manifest/manifest_sample.json
2023-04-15 19:42:13 +08:00

131 lines
2.4 KiB
JSON

{
"nodes": [
{
"id": "d2cc123c-d0d7-4830-8547-21d5e52b4011",
"type": "InputNode",
"x": 120,
"y": 340,
"properties": {
"debugMode": false,
"status": false
},
"zIndex": 1013,
"text": {
"x": 130,
"y": 340,
"value": "输入"
}
},
{
"id": "6c497a23-ece2-41fa-927d-9e2e9a1c7316",
"type": "MyNode",
"x": 400,
"y": 340,
"properties": {
"debugMode": false,
"status": false
},
"zIndex": 1002,
"text": {
"x": 410,
"y": 340,
"value": "测试节点"
}
},
{
"id": "7235c088-73e0-4683-982a-77b0fd31313d",
"type": "MyNode",
"x": 660,
"y": 340,
"properties": {
"debugMode": false,
"status": false
},
"zIndex": 1005,
"text": {
"x": 670,
"y": 340,
"value": "测试节点"
}
}
],
"edges": [
{
"id": "b6c8b0c4-1481-40d3-b345-780f96efa909",
"type": "bezier-link",
"sourceNodeId": "d2cc123c-d0d7-4830-8547-21d5e52b4011",
"targetNodeId": "6c497a23-ece2-41fa-927d-9e2e9a1c7316",
"startPoint": {
"x": 180,
"y": 340
},
"endPoint": {
"x": 340,
"y": 340
},
"properties": {
"lineType": "True"
},
"zIndex": 1003,
"pointsList": [
{
"x": 180,
"y": 340
},
{
"x": 280,
"y": 340
},
{
"x": 240,
"y": 340
},
{
"x": 340,
"y": 340
}
]
},
{
"id": "1e38236e-716b-44e7-8d96-6424f63fdacc",
"type": "bezier-link",
"sourceNodeId": "6c497a23-ece2-41fa-927d-9e2e9a1c7316",
"targetNodeId": "7235c088-73e0-4683-982a-77b0fd31313d",
"startPoint": {
"x": 460,
"y": 340
},
"endPoint": {
"x": 600,
"y": 340
},
"properties": {
"lineType": "Next"
},
"text": {
"x": 530,
"y": 340,
"value": "Next"
},
"zIndex": 1006,
"pointsList": [
{
"x": 460,
"y": 340
},
{
"x": 560,
"y": 340
},
{
"x": 500,
"y": 340
},
{
"x": 600,
"y": 340
}
]
}
]
}