Browse Source

增加忽略文件

master
viviman 3 years ago
parent
commit
a82f0fd972
  1. 3
      .gitignore
  2. 110
      example/mock/db.json

3
.gitignore

@ -31,3 +31,6 @@ example/.env.local
# eslint # eslint
.eslint-error.log .eslint-error.log
/.idea/
/.github/
/.circleci/

110
example/mock/db.json

@ -538,6 +538,116 @@
}, },
"id": "1d174369-929b-4bd5-8841-f271399c4a4f", "id": "1d174369-929b-4bd5-8841-f271399c4a4f",
"zIndex": 9 "zIndex": 9
},
{
"position": {
"x": 267,
"y": -53
},
"size": {
"width": 40,
"height": 30
},
"shape": "imove-branch",
"data": {
"label": "判断",
"configSchema": "{\n \n}",
"configData": {},
"dependencies": "{\n \n}",
"ports": {
"right": {
"condition": "true"
},
"bottom": {
"condition": "false"
}
},
"code": "export default async function(ctx) {\n return true;\n}"
},
"ports": {
"groups": {
"top": {
"position": "top",
"attrs": {
"circle": {
"r": 2.5,
"magnet": true,
"stroke": "#DD7500",
"strokeWidth": 2,
"fill": "#fff"
}
}
},
"right": {
"position": "right",
"attrs": {
"circle": {
"r": 2.5,
"magnet": true,
"stroke": "#DD7500",
"strokeWidth": 2,
"fill": "#fff"
}
},
"label": {
"position": "right"
}
},
"bottom": {
"position": "bottom",
"attrs": {
"circle": {
"r": 2.5,
"magnet": true,
"stroke": "#DD7500",
"strokeWidth": 2,
"fill": "#fff"
}
},
"label": {
"position": "bottom"
}
},
"left": {
"position": "left",
"attrs": {
"circle": {
"r": 2.5,
"magnet": true,
"stroke": "#DD7500",
"strokeWidth": 2,
"fill": "#fff"
}
}
}
},
"items": [
{
"id": "right",
"group": "right",
"attrs": {
"text": {
"text": ""
}
}
},
{
"id": "bottom",
"group": "bottom",
"attrs": {
"text": {
"text": ""
}
}
},
{
"id": "left",
"group": "left"
}
]
},
"id": "ac6b7b0d-e47a-4258-982c-9464df37fbb4",
"zIndex": 10
} }
] ]
} }
Loading…
Cancel
Save