Skip to content

Commit

Permalink
feat: knova.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwinterLiu committed Apr 28, 2023
1 parent b93a21e commit 274a883
Showing 1 changed file with 11 additions and 21 deletions.
32 changes: 11 additions & 21 deletions apps/dgiot_dlink/priv/json/Knova.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"konva": {
"Stage": {
"attrs": {
"width": 1200,
"height": 700
"height": 700,
"width": 1200
},
"children": [
{
Expand All @@ -13,46 +13,36 @@
"children": [
{
"attrs": {
"id": "bg",
"src": "/dgiot_file/knova/knova_bg.png?timestamp=1635422987361",
"type": "bg-image",
"width": "1200",
"height": "700"
},
"className": "Image"
},
{
"attrs": {
"x": 323,
"y": 84.95900920567532,
"draggable": true,
"id": "f9dddd0eeb_amisBMK8t",
"name": "amis",
"opacity": 0.75,
"draggable": true
"x": 323,
"y": 84.95900920567532
},
"children": [],
"className": "Label"
},
{
"attrs": {
"x": 547,
"y": 264,
"draggable": true,
"id": "f9dddd0eeb_texthsl01",
"name": "thing",
"opacity": 0.75,
"draggable": true
"x": 547,
"y": 264
},
"children": [],
"className": "Label"
},
{
"attrs": {
"x": 482,
"y": 157,
"draggable": true,
"id": "f9dddd0eeb_textZGRWA",
"name": "thing",
"opacity": 0.75,
"draggable": true
"x": 482,
"y": 157
},
"children": [],
"className": "Label"
Expand Down

0 comments on commit 274a883

Please sign in to comment.