@jnrs/lingshu-smart 2.2.44 → 2.2.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +10 -6
- package/README.md +1 -1
- package/dist/components/debug/ScriptRunner/script.d.ts +6 -0
- package/dist/components/debug/WsProxy/MappingGrid.vue.d.ts +2 -0
- package/dist/components/debug/WsProxy/proxy.d.ts +9 -5
- package/dist/components/editor/ControlBar/CaseTitleEdit.vue.d.ts +84 -305
- package/dist/components/index.js +4983 -4550
- package/dist/components/preview/index.vue.d.ts +412 -0
- package/dist/{guards-CtOQ-c4T.js → guards-aLOXCeCF.js} +1 -1
- package/dist/{index-8szZ-Zwj.js → index-Dsgrnpn0.js} +91 -77
- package/dist/index.js +2 -2
- package/dist/lingshu-smart/cases.json +1544 -124
- package/dist/lingshu-smart/wsProxyConfig.json +14 -0
- package/dist/playground/ViewPageDemo.vue.d.ts +824 -0
- package/dist/stores/index.js +1 -1
- package/dist/stores/useAppStore.d.ts +1236 -0
- package/dist/stores/useDataStore.d.ts +1303 -28
- package/dist/types/components/config.types.d.ts +12 -0
- package/dist/types/models/operating.types.d.ts +14 -3
- package/dist/ui/components/StationSlot.d.ts +7 -1
- package/dist/ui/components/StationSlotGroup.d.ts +3 -0
- package/dist/ui/components/Wave.d.ts +30 -0
- package/dist/ui/models/CleaningMachine.d.ts +3 -0
- package/dist/ui/models/MachineTool.d.ts +4 -0
- package/dist/ui/models/MarkingMachine.d.ts +9 -0
- package/dist/{useAppStore-DctrbbfN.js → useAppStore-CVyLAMtL.js} +1463 -1304
- package/package.json +3 -3
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"data": [
|
|
5
5
|
{
|
|
6
6
|
"uuid": "e213398c-217a-40f3-9ee0-3aea08e46a5a",
|
|
7
|
-
"isActive":
|
|
7
|
+
"isActive": false,
|
|
8
8
|
"title": "测试运行",
|
|
9
9
|
"layers": [
|
|
10
10
|
{
|
|
@@ -799,84 +799,94 @@
|
|
|
799
799
|
"stationSlotGroup": {
|
|
800
800
|
"stationSlots": [
|
|
801
801
|
{
|
|
802
|
-
"
|
|
803
|
-
"
|
|
802
|
+
"className": "StationSlot",
|
|
803
|
+
"name": "1",
|
|
804
|
+
"index": 1,
|
|
804
805
|
"width": 20,
|
|
805
806
|
"height": 20,
|
|
806
|
-
"
|
|
807
|
-
"
|
|
807
|
+
"resourceType": "Pallet",
|
|
808
|
+
"showShadow": false
|
|
808
809
|
},
|
|
809
810
|
{
|
|
810
|
-
"
|
|
811
|
-
"
|
|
811
|
+
"className": "StationSlot",
|
|
812
|
+
"name": "2",
|
|
813
|
+
"index": 2,
|
|
812
814
|
"width": 20,
|
|
813
815
|
"height": 20,
|
|
814
|
-
"
|
|
815
|
-
"
|
|
816
|
+
"resourceType": "Pallet",
|
|
817
|
+
"showShadow": false
|
|
816
818
|
},
|
|
817
819
|
{
|
|
818
|
-
"
|
|
819
|
-
"
|
|
820
|
+
"className": "StationSlot",
|
|
821
|
+
"name": "3",
|
|
822
|
+
"index": 3,
|
|
820
823
|
"width": 20,
|
|
821
824
|
"height": 20,
|
|
822
|
-
"
|
|
823
|
-
"
|
|
825
|
+
"resourceType": "Pallet",
|
|
826
|
+
"showShadow": false
|
|
824
827
|
},
|
|
825
828
|
{
|
|
826
|
-
"
|
|
827
|
-
"
|
|
829
|
+
"className": "StationSlot",
|
|
830
|
+
"name": "4",
|
|
831
|
+
"index": 4,
|
|
828
832
|
"width": 20,
|
|
829
833
|
"height": 20,
|
|
830
|
-
"
|
|
831
|
-
"
|
|
834
|
+
"resourceType": "Pallet",
|
|
835
|
+
"showShadow": false
|
|
832
836
|
},
|
|
833
837
|
{
|
|
834
|
-
"
|
|
835
|
-
"
|
|
838
|
+
"className": "StationSlot",
|
|
839
|
+
"name": "5",
|
|
840
|
+
"index": 5,
|
|
836
841
|
"width": 20,
|
|
837
842
|
"height": 20,
|
|
838
|
-
"
|
|
839
|
-
"
|
|
843
|
+
"resourceType": "Pallet",
|
|
844
|
+
"showShadow": false
|
|
840
845
|
},
|
|
841
846
|
{
|
|
842
|
-
"
|
|
843
|
-
"
|
|
847
|
+
"className": "StationSlot",
|
|
848
|
+
"name": "6",
|
|
849
|
+
"index": 6,
|
|
844
850
|
"width": 20,
|
|
845
851
|
"height": 20,
|
|
846
|
-
"
|
|
847
|
-
"
|
|
852
|
+
"resourceType": "Pallet",
|
|
853
|
+
"showShadow": false
|
|
848
854
|
},
|
|
849
855
|
{
|
|
850
|
-
"
|
|
851
|
-
"
|
|
856
|
+
"className": "StationSlot",
|
|
857
|
+
"name": "7",
|
|
858
|
+
"index": 7,
|
|
852
859
|
"width": 20,
|
|
853
860
|
"height": 20,
|
|
854
|
-
"
|
|
855
|
-
"
|
|
861
|
+
"resourceType": "Pallet",
|
|
862
|
+
"showShadow": false
|
|
856
863
|
},
|
|
857
864
|
{
|
|
858
|
-
"
|
|
859
|
-
"
|
|
865
|
+
"className": "StationSlot",
|
|
866
|
+
"name": "8",
|
|
867
|
+
"index": 8,
|
|
860
868
|
"width": 20,
|
|
861
869
|
"height": 20,
|
|
862
|
-
"
|
|
863
|
-
"
|
|
870
|
+
"resourceType": "Pallet",
|
|
871
|
+
"showShadow": false
|
|
864
872
|
},
|
|
865
873
|
{
|
|
866
|
-
"
|
|
867
|
-
"
|
|
874
|
+
"className": "StationSlot",
|
|
875
|
+
"name": "9",
|
|
876
|
+
"index": 9,
|
|
868
877
|
"width": 20,
|
|
869
878
|
"height": 20,
|
|
870
|
-
"
|
|
871
|
-
"
|
|
879
|
+
"resourceType": "Pallet",
|
|
880
|
+
"showShadow": false
|
|
872
881
|
},
|
|
873
882
|
{
|
|
874
|
-
"
|
|
875
|
-
"
|
|
883
|
+
"className": "StationSlot",
|
|
884
|
+
"name": "10",
|
|
885
|
+
"index": 10,
|
|
876
886
|
"width": 20,
|
|
877
887
|
"height": 20,
|
|
878
|
-
"
|
|
879
|
-
"
|
|
888
|
+
"resourceType": "Pallet",
|
|
889
|
+
"showShadow": false
|
|
880
890
|
}
|
|
881
891
|
],
|
|
882
892
|
"flowOptions": {
|
|
@@ -896,84 +906,94 @@
|
|
|
896
906
|
"stationSlotGroup": {
|
|
897
907
|
"stationSlots": [
|
|
898
908
|
{
|
|
899
|
-
"
|
|
900
|
-
"
|
|
909
|
+
"className": "StationSlot",
|
|
910
|
+
"name": "1",
|
|
911
|
+
"index": 1,
|
|
901
912
|
"width": 20,
|
|
902
913
|
"height": 20,
|
|
903
|
-
"
|
|
904
|
-
"
|
|
914
|
+
"resourceType": "Pallet",
|
|
915
|
+
"showShadow": false
|
|
905
916
|
},
|
|
906
917
|
{
|
|
907
|
-
"
|
|
908
|
-
"
|
|
918
|
+
"className": "StationSlot",
|
|
919
|
+
"name": "2",
|
|
920
|
+
"index": 2,
|
|
909
921
|
"width": 20,
|
|
910
922
|
"height": 20,
|
|
911
|
-
"
|
|
912
|
-
"
|
|
923
|
+
"resourceType": "Pallet",
|
|
924
|
+
"showShadow": false
|
|
913
925
|
},
|
|
914
926
|
{
|
|
915
|
-
"
|
|
916
|
-
"
|
|
927
|
+
"className": "StationSlot",
|
|
928
|
+
"name": "3",
|
|
929
|
+
"index": 3,
|
|
917
930
|
"width": 20,
|
|
918
931
|
"height": 20,
|
|
919
|
-
"
|
|
920
|
-
"
|
|
932
|
+
"resourceType": "Pallet",
|
|
933
|
+
"showShadow": false
|
|
921
934
|
},
|
|
922
935
|
{
|
|
923
|
-
"
|
|
924
|
-
"
|
|
936
|
+
"className": "StationSlot",
|
|
937
|
+
"name": "4",
|
|
938
|
+
"index": 4,
|
|
925
939
|
"width": 20,
|
|
926
940
|
"height": 20,
|
|
927
|
-
"
|
|
928
|
-
"
|
|
941
|
+
"resourceType": "Pallet",
|
|
942
|
+
"showShadow": false
|
|
929
943
|
},
|
|
930
944
|
{
|
|
931
|
-
"
|
|
932
|
-
"
|
|
945
|
+
"className": "StationSlot",
|
|
946
|
+
"name": "5",
|
|
947
|
+
"index": 5,
|
|
933
948
|
"width": 20,
|
|
934
949
|
"height": 20,
|
|
935
|
-
"
|
|
936
|
-
"
|
|
950
|
+
"resourceType": "Pallet",
|
|
951
|
+
"showShadow": false
|
|
937
952
|
},
|
|
938
953
|
{
|
|
939
|
-
"
|
|
940
|
-
"
|
|
954
|
+
"className": "StationSlot",
|
|
955
|
+
"name": "6",
|
|
956
|
+
"index": 6,
|
|
941
957
|
"width": 20,
|
|
942
958
|
"height": 20,
|
|
943
|
-
"
|
|
944
|
-
"
|
|
959
|
+
"resourceType": "Pallet",
|
|
960
|
+
"showShadow": false
|
|
945
961
|
},
|
|
946
962
|
{
|
|
947
|
-
"
|
|
948
|
-
"
|
|
963
|
+
"className": "StationSlot",
|
|
964
|
+
"name": "7",
|
|
965
|
+
"index": 7,
|
|
949
966
|
"width": 20,
|
|
950
967
|
"height": 20,
|
|
951
|
-
"
|
|
952
|
-
"
|
|
968
|
+
"resourceType": "Pallet",
|
|
969
|
+
"showShadow": false
|
|
953
970
|
},
|
|
954
971
|
{
|
|
955
|
-
"
|
|
956
|
-
"
|
|
972
|
+
"className": "StationSlot",
|
|
973
|
+
"name": "8",
|
|
974
|
+
"index": 8,
|
|
957
975
|
"width": 20,
|
|
958
976
|
"height": 20,
|
|
959
|
-
"
|
|
960
|
-
"
|
|
977
|
+
"resourceType": "Pallet",
|
|
978
|
+
"showShadow": false
|
|
961
979
|
},
|
|
962
980
|
{
|
|
963
|
-
"
|
|
964
|
-
"
|
|
981
|
+
"className": "StationSlot",
|
|
982
|
+
"name": "9",
|
|
983
|
+
"index": 9,
|
|
965
984
|
"width": 20,
|
|
966
985
|
"height": 20,
|
|
967
|
-
"
|
|
968
|
-
"
|
|
986
|
+
"resourceType": "Pallet",
|
|
987
|
+
"showShadow": false
|
|
969
988
|
},
|
|
970
989
|
{
|
|
971
|
-
"
|
|
972
|
-
"
|
|
990
|
+
"className": "StationSlot",
|
|
991
|
+
"name": "10",
|
|
992
|
+
"index": 10,
|
|
973
993
|
"width": 20,
|
|
974
994
|
"height": 20,
|
|
975
|
-
"
|
|
976
|
-
"
|
|
995
|
+
"resourceType": "Pallet",
|
|
996
|
+
"showShadow": false
|
|
977
997
|
}
|
|
978
998
|
],
|
|
979
999
|
"flowOptions": {
|
|
@@ -1060,94 +1080,94 @@
|
|
|
1060
1080
|
},
|
|
1061
1081
|
"stationSlots": [
|
|
1062
1082
|
{
|
|
1063
|
-
"showShadow": false,
|
|
1064
1083
|
"className": "StationSlot",
|
|
1084
|
+
"name": "1",
|
|
1085
|
+
"index": 1,
|
|
1065
1086
|
"width": 32,
|
|
1066
1087
|
"height": 32,
|
|
1067
1088
|
"resourceType": "Pallet",
|
|
1068
|
-
"
|
|
1069
|
-
"name": "1"
|
|
1089
|
+
"showShadow": false
|
|
1070
1090
|
},
|
|
1071
1091
|
{
|
|
1072
|
-
"showShadow": false,
|
|
1073
1092
|
"className": "StationSlot",
|
|
1093
|
+
"name": "2",
|
|
1094
|
+
"index": 2,
|
|
1074
1095
|
"width": 32,
|
|
1075
1096
|
"height": 32,
|
|
1076
1097
|
"resourceType": "Pallet",
|
|
1077
|
-
"
|
|
1078
|
-
"name": "2"
|
|
1098
|
+
"showShadow": false
|
|
1079
1099
|
},
|
|
1080
1100
|
{
|
|
1081
|
-
"showShadow": false,
|
|
1082
1101
|
"className": "StationSlot",
|
|
1102
|
+
"name": "3",
|
|
1103
|
+
"index": 3,
|
|
1083
1104
|
"width": 32,
|
|
1084
1105
|
"height": 32,
|
|
1085
1106
|
"resourceType": "Pallet",
|
|
1086
|
-
"
|
|
1087
|
-
"name": "3"
|
|
1107
|
+
"showShadow": false
|
|
1088
1108
|
},
|
|
1089
1109
|
{
|
|
1090
|
-
"showShadow": false,
|
|
1091
1110
|
"className": "StationSlot",
|
|
1111
|
+
"name": "4",
|
|
1112
|
+
"index": 4,
|
|
1092
1113
|
"width": 32,
|
|
1093
1114
|
"height": 32,
|
|
1094
1115
|
"resourceType": "Pallet",
|
|
1095
|
-
"
|
|
1096
|
-
"name": "4"
|
|
1116
|
+
"showShadow": false
|
|
1097
1117
|
},
|
|
1098
1118
|
{
|
|
1099
|
-
"showShadow": false,
|
|
1100
1119
|
"className": "StationSlot",
|
|
1120
|
+
"name": "5",
|
|
1121
|
+
"index": 5,
|
|
1101
1122
|
"width": 32,
|
|
1102
1123
|
"height": 32,
|
|
1103
1124
|
"resourceType": "Pallet",
|
|
1104
|
-
"
|
|
1105
|
-
"name": "5"
|
|
1125
|
+
"showShadow": false
|
|
1106
1126
|
},
|
|
1107
1127
|
{
|
|
1108
|
-
"showShadow": false,
|
|
1109
1128
|
"className": "StationSlot",
|
|
1129
|
+
"name": "6",
|
|
1130
|
+
"index": 6,
|
|
1110
1131
|
"width": 32,
|
|
1111
1132
|
"height": 32,
|
|
1112
1133
|
"resourceType": "Pallet",
|
|
1113
|
-
"
|
|
1114
|
-
"name": "6"
|
|
1134
|
+
"showShadow": false
|
|
1115
1135
|
},
|
|
1116
1136
|
{
|
|
1117
|
-
"showShadow": false,
|
|
1118
1137
|
"className": "StationSlot",
|
|
1138
|
+
"name": "7",
|
|
1139
|
+
"index": 7,
|
|
1119
1140
|
"width": 32,
|
|
1120
1141
|
"height": 32,
|
|
1121
1142
|
"resourceType": "Pallet",
|
|
1122
|
-
"
|
|
1123
|
-
"name": "7"
|
|
1143
|
+
"showShadow": false
|
|
1124
1144
|
},
|
|
1125
1145
|
{
|
|
1126
|
-
"showShadow": false,
|
|
1127
1146
|
"className": "StationSlot",
|
|
1147
|
+
"name": "8",
|
|
1148
|
+
"index": 8,
|
|
1128
1149
|
"width": 32,
|
|
1129
1150
|
"height": 32,
|
|
1130
1151
|
"resourceType": "Pallet",
|
|
1131
|
-
"
|
|
1132
|
-
"name": "8"
|
|
1152
|
+
"showShadow": false
|
|
1133
1153
|
},
|
|
1134
1154
|
{
|
|
1135
|
-
"showShadow": false,
|
|
1136
1155
|
"className": "StationSlot",
|
|
1156
|
+
"name": "9",
|
|
1157
|
+
"index": 9,
|
|
1137
1158
|
"width": 32,
|
|
1138
1159
|
"height": 32,
|
|
1139
1160
|
"resourceType": "Pallet",
|
|
1140
|
-
"
|
|
1141
|
-
"name": "9"
|
|
1161
|
+
"showShadow": false
|
|
1142
1162
|
},
|
|
1143
1163
|
{
|
|
1144
|
-
"showShadow": false,
|
|
1145
1164
|
"className": "StationSlot",
|
|
1165
|
+
"name": "10",
|
|
1166
|
+
"index": 10,
|
|
1146
1167
|
"width": 32,
|
|
1147
1168
|
"height": 32,
|
|
1148
1169
|
"resourceType": "Pallet",
|
|
1149
|
-
"
|
|
1150
|
-
"name": "10"
|
|
1170
|
+
"showShadow": false
|
|
1151
1171
|
}
|
|
1152
1172
|
],
|
|
1153
1173
|
"hideBounds": true,
|
|
@@ -1203,32 +1223,36 @@
|
|
|
1203
1223
|
},
|
|
1204
1224
|
"stationSlots": [
|
|
1205
1225
|
{
|
|
1206
|
-
"
|
|
1226
|
+
"className": "StationSlot",
|
|
1227
|
+
"name": "1",
|
|
1228
|
+
"index": 1,
|
|
1207
1229
|
"width": 40,
|
|
1208
1230
|
"height": 40,
|
|
1209
|
-
"
|
|
1210
|
-
"name": "1"
|
|
1231
|
+
"resourceType": "Pallet"
|
|
1211
1232
|
},
|
|
1212
1233
|
{
|
|
1213
|
-
"
|
|
1234
|
+
"className": "StationSlot",
|
|
1235
|
+
"name": "2",
|
|
1236
|
+
"index": 2,
|
|
1214
1237
|
"width": 40,
|
|
1215
1238
|
"height": 40,
|
|
1216
|
-
"
|
|
1217
|
-
"name": "2"
|
|
1239
|
+
"resourceType": "Pallet"
|
|
1218
1240
|
},
|
|
1219
1241
|
{
|
|
1220
|
-
"
|
|
1242
|
+
"className": "StationSlot",
|
|
1243
|
+
"name": "3",
|
|
1244
|
+
"index": 3,
|
|
1221
1245
|
"width": 40,
|
|
1222
1246
|
"height": 40,
|
|
1223
|
-
"
|
|
1224
|
-
"name": "3"
|
|
1247
|
+
"resourceType": "Pallet"
|
|
1225
1248
|
},
|
|
1226
1249
|
{
|
|
1227
|
-
"
|
|
1250
|
+
"className": "StationSlot",
|
|
1251
|
+
"name": "4",
|
|
1252
|
+
"index": 4,
|
|
1228
1253
|
"width": 40,
|
|
1229
1254
|
"height": 40,
|
|
1230
|
-
"
|
|
1231
|
-
"name": "4"
|
|
1255
|
+
"resourceType": "Pallet"
|
|
1232
1256
|
}
|
|
1233
1257
|
],
|
|
1234
1258
|
"hideBounds": true,
|
|
@@ -13261,7 +13285,7 @@
|
|
|
13261
13285
|
"menuClickable": true,
|
|
13262
13286
|
"draggable": false,
|
|
13263
13287
|
"editable": true,
|
|
13264
|
-
"selected":
|
|
13288
|
+
"selected": false,
|
|
13265
13289
|
"offsetX": 0,
|
|
13266
13290
|
"offsetY": 0,
|
|
13267
13291
|
"hittable": true,
|
|
@@ -13482,6 +13506,1402 @@
|
|
|
13482
13506
|
"texture": "",
|
|
13483
13507
|
"fillVisible": false
|
|
13484
13508
|
}
|
|
13509
|
+
},
|
|
13510
|
+
{
|
|
13511
|
+
"uuid": "51d989d3-f0b8-45cb-af04-abe831793599",
|
|
13512
|
+
"isActive": true,
|
|
13513
|
+
"title": "测试运行51d9",
|
|
13514
|
+
"layers": [
|
|
13515
|
+
{
|
|
13516
|
+
"rawData": {
|
|
13517
|
+
"id": "a1acbeb5-d3e7-4fde-9ecb-7dde2ab48b5d"
|
|
13518
|
+
},
|
|
13519
|
+
"uuid": "a1acbeb5-d3e7-4fde-9ecb-7dde2ab48b5d",
|
|
13520
|
+
"equipmentName": "轨道",
|
|
13521
|
+
"width": 1920,
|
|
13522
|
+
"height": 60,
|
|
13523
|
+
"x": 960,
|
|
13524
|
+
"y": 453.6,
|
|
13525
|
+
"percentX": 0.5,
|
|
13526
|
+
"percentY": 0.42,
|
|
13527
|
+
"rotation": 0,
|
|
13528
|
+
"scale": 1,
|
|
13529
|
+
"zIndex": 1,
|
|
13530
|
+
"visible": true,
|
|
13531
|
+
"clickable": true,
|
|
13532
|
+
"menuClickable": true,
|
|
13533
|
+
"draggable": false,
|
|
13534
|
+
"editable": true,
|
|
13535
|
+
"selected": false,
|
|
13536
|
+
"offsetX": 0,
|
|
13537
|
+
"offsetY": 0,
|
|
13538
|
+
"hittable": false,
|
|
13539
|
+
"hitSelf": true,
|
|
13540
|
+
"className": "Rail",
|
|
13541
|
+
"nameplate": "轨道",
|
|
13542
|
+
"tags": ["搬运设备"],
|
|
13543
|
+
"chainDirection": "left",
|
|
13544
|
+
"linkEquipIdArray": ["61860351-874f-4ec5-bf38-24ea98cabdbb"]
|
|
13545
|
+
},
|
|
13546
|
+
{
|
|
13547
|
+
"rawData": {
|
|
13548
|
+
"id": "61860351-874f-4ec5-bf38-24ea98cabdbb"
|
|
13549
|
+
},
|
|
13550
|
+
"uuid": "61860351-874f-4ec5-bf38-24ea98cabdbb",
|
|
13551
|
+
"equipmentName": "双关节机器人",
|
|
13552
|
+
"width": 90,
|
|
13553
|
+
"height": 76,
|
|
13554
|
+
"x": 960,
|
|
13555
|
+
"y": 453.6,
|
|
13556
|
+
"percentX": 0.5,
|
|
13557
|
+
"percentY": 0.42,
|
|
13558
|
+
"rotation": 0,
|
|
13559
|
+
"scale": 1,
|
|
13560
|
+
"zIndex": 2,
|
|
13561
|
+
"visible": true,
|
|
13562
|
+
"clickable": true,
|
|
13563
|
+
"menuClickable": true,
|
|
13564
|
+
"draggable": false,
|
|
13565
|
+
"editable": true,
|
|
13566
|
+
"selected": false,
|
|
13567
|
+
"offsetX": 0,
|
|
13568
|
+
"offsetY": 0,
|
|
13569
|
+
"hittable": true,
|
|
13570
|
+
"hitSelf": true,
|
|
13571
|
+
"className": "DoubleJointRobot",
|
|
13572
|
+
"nameplate": "双关节机器人",
|
|
13573
|
+
"tags": ["搬运设备"],
|
|
13574
|
+
"currentFixture": "Pallet",
|
|
13575
|
+
"linkRailId": "",
|
|
13576
|
+
"linkTrailerId": "",
|
|
13577
|
+
"stationSlotGroupPallet": {
|
|
13578
|
+
"flowOptions": {
|
|
13579
|
+
"flow": "x",
|
|
13580
|
+
"flowWrap": false,
|
|
13581
|
+
"oneDirectionMaxQuantity": 1,
|
|
13582
|
+
"gap": 0,
|
|
13583
|
+
"width": 50,
|
|
13584
|
+
"height": 50
|
|
13585
|
+
},
|
|
13586
|
+
"stationSlots": [
|
|
13587
|
+
{
|
|
13588
|
+
"className": "StationSlot",
|
|
13589
|
+
"name": "1",
|
|
13590
|
+
"index": 1,
|
|
13591
|
+
"resourceType": "Pallet",
|
|
13592
|
+
"background": "rgba(0,0,0,0)",
|
|
13593
|
+
"stroke": "rgba(0,0,0,0)",
|
|
13594
|
+
"showShadow": false,
|
|
13595
|
+
"showText": false
|
|
13596
|
+
}
|
|
13597
|
+
]
|
|
13598
|
+
},
|
|
13599
|
+
"nameplateEnabled": false
|
|
13600
|
+
},
|
|
13601
|
+
{
|
|
13602
|
+
"rawData": {
|
|
13603
|
+
"id": "afea29dd-1854-475d-83d9-4ca8a28fa6da"
|
|
13604
|
+
},
|
|
13605
|
+
"uuid": "afea29dd-1854-475d-83d9-4ca8a28fa6da",
|
|
13606
|
+
"equipmentName": "轨道",
|
|
13607
|
+
"width": 960,
|
|
13608
|
+
"height": 80,
|
|
13609
|
+
"x": 1440,
|
|
13610
|
+
"y": 918,
|
|
13611
|
+
"percentX": 0.75,
|
|
13612
|
+
"percentY": 0.85,
|
|
13613
|
+
"rotation": 0,
|
|
13614
|
+
"scale": 1,
|
|
13615
|
+
"zIndex": 3,
|
|
13616
|
+
"visible": true,
|
|
13617
|
+
"clickable": true,
|
|
13618
|
+
"menuClickable": true,
|
|
13619
|
+
"draggable": false,
|
|
13620
|
+
"editable": true,
|
|
13621
|
+
"selected": false,
|
|
13622
|
+
"offsetX": 0,
|
|
13623
|
+
"offsetY": 0,
|
|
13624
|
+
"hittable": false,
|
|
13625
|
+
"hitSelf": true,
|
|
13626
|
+
"className": "Rail",
|
|
13627
|
+
"nameplate": "轨道",
|
|
13628
|
+
"tags": ["搬运设备"],
|
|
13629
|
+
"chainDirection": "left",
|
|
13630
|
+
"linkEquipIdArray": ["2b6d12cc-e740-475d-8429-b26cc9e894d7"]
|
|
13631
|
+
},
|
|
13632
|
+
{
|
|
13633
|
+
"rawData": {
|
|
13634
|
+
"id": "2b6d12cc-e740-475d-8429-b26cc9e894d7"
|
|
13635
|
+
},
|
|
13636
|
+
"uuid": "2b6d12cc-e740-475d-8429-b26cc9e894d7",
|
|
13637
|
+
"equipmentName": "RGV",
|
|
13638
|
+
"width": 90,
|
|
13639
|
+
"height": 76,
|
|
13640
|
+
"x": 1440,
|
|
13641
|
+
"y": 918,
|
|
13642
|
+
"percentX": 0.75,
|
|
13643
|
+
"percentY": 0.85,
|
|
13644
|
+
"rotation": 0,
|
|
13645
|
+
"scale": 1.5,
|
|
13646
|
+
"zIndex": 4,
|
|
13647
|
+
"visible": true,
|
|
13648
|
+
"clickable": true,
|
|
13649
|
+
"menuClickable": true,
|
|
13650
|
+
"draggable": false,
|
|
13651
|
+
"editable": true,
|
|
13652
|
+
"selected": false,
|
|
13653
|
+
"offsetX": 0,
|
|
13654
|
+
"offsetY": 0,
|
|
13655
|
+
"hittable": true,
|
|
13656
|
+
"hitSelf": true,
|
|
13657
|
+
"className": "Rgv",
|
|
13658
|
+
"nameplate": "RGV",
|
|
13659
|
+
"tags": ["搬运设备"],
|
|
13660
|
+
"linkRailId": "",
|
|
13661
|
+
"flowOptions": {
|
|
13662
|
+
"flow": "x",
|
|
13663
|
+
"flowWrap": false,
|
|
13664
|
+
"oneDirectionMaxQuantity": 2,
|
|
13665
|
+
"gap": 0,
|
|
13666
|
+
"width": 50,
|
|
13667
|
+
"height": 40
|
|
13668
|
+
},
|
|
13669
|
+
"stationSlotGroupPallet": {
|
|
13670
|
+
"flowOptions": {
|
|
13671
|
+
"flow": "x",
|
|
13672
|
+
"flowWrap": false,
|
|
13673
|
+
"oneDirectionMaxQuantity": 1,
|
|
13674
|
+
"gap": 0,
|
|
13675
|
+
"width": 50,
|
|
13676
|
+
"height": 40
|
|
13677
|
+
},
|
|
13678
|
+
"stationSlots": [
|
|
13679
|
+
{
|
|
13680
|
+
"className": "StationSlot",
|
|
13681
|
+
"name": "1",
|
|
13682
|
+
"index": 1,
|
|
13683
|
+
"height": 40,
|
|
13684
|
+
"resourceType": "Pallet",
|
|
13685
|
+
"background": "rgba(0,0,0,0)",
|
|
13686
|
+
"stroke": "rgba(0,0,0,0)",
|
|
13687
|
+
"showShadow": false,
|
|
13688
|
+
"showText": false
|
|
13689
|
+
}
|
|
13690
|
+
]
|
|
13691
|
+
},
|
|
13692
|
+
"nameplateEnabled": false
|
|
13693
|
+
},
|
|
13694
|
+
{
|
|
13695
|
+
"rawData": {
|
|
13696
|
+
"id": "171ea789-c830-42b3-b789-f4191a028efc"
|
|
13697
|
+
},
|
|
13698
|
+
"uuid": "171ea789-c830-42b3-b789-f4191a028efc",
|
|
13699
|
+
"equipmentName": "资源库",
|
|
13700
|
+
"width": 820,
|
|
13701
|
+
"height": 340,
|
|
13702
|
+
"x": 480,
|
|
13703
|
+
"y": 777.6,
|
|
13704
|
+
"percentX": 0.25,
|
|
13705
|
+
"percentY": 0.72,
|
|
13706
|
+
"rotation": 0,
|
|
13707
|
+
"scale": 1,
|
|
13708
|
+
"zIndex": 5,
|
|
13709
|
+
"visible": true,
|
|
13710
|
+
"clickable": true,
|
|
13711
|
+
"menuClickable": true,
|
|
13712
|
+
"draggable": false,
|
|
13713
|
+
"editable": true,
|
|
13714
|
+
"selected": false,
|
|
13715
|
+
"offsetX": 0,
|
|
13716
|
+
"offsetY": 0,
|
|
13717
|
+
"hittable": true,
|
|
13718
|
+
"hitSelf": true,
|
|
13719
|
+
"className": "ResourceStore",
|
|
13720
|
+
"nameplate": "资源库",
|
|
13721
|
+
"tags": ["库"],
|
|
13722
|
+
"flowOptions": {
|
|
13723
|
+
"flow": "y",
|
|
13724
|
+
"flowWrap": false,
|
|
13725
|
+
"oneDirectionMaxQuantity": 2,
|
|
13726
|
+
"gap": 10,
|
|
13727
|
+
"width": 800,
|
|
13728
|
+
"height": 300
|
|
13729
|
+
},
|
|
13730
|
+
"stationSlotGroupPallet": {
|
|
13731
|
+
"flowOptions": {
|
|
13732
|
+
"flow": "x",
|
|
13733
|
+
"flowWrap": true,
|
|
13734
|
+
"oneDirectionMaxQuantity": 20,
|
|
13735
|
+
"gap": 2,
|
|
13736
|
+
"width": 800,
|
|
13737
|
+
"height": 200
|
|
13738
|
+
},
|
|
13739
|
+
"stationSlots": [
|
|
13740
|
+
{
|
|
13741
|
+
"className": "StationSlot",
|
|
13742
|
+
"name": "1",
|
|
13743
|
+
"index": 1,
|
|
13744
|
+
"width": 38,
|
|
13745
|
+
"height": 38,
|
|
13746
|
+
"resourceType": "Pallet",
|
|
13747
|
+
"showShadow": false
|
|
13748
|
+
},
|
|
13749
|
+
{
|
|
13750
|
+
"className": "StationSlot",
|
|
13751
|
+
"name": "2",
|
|
13752
|
+
"index": 2,
|
|
13753
|
+
"width": 38,
|
|
13754
|
+
"height": 38,
|
|
13755
|
+
"resourceType": "Pallet",
|
|
13756
|
+
"showShadow": false
|
|
13757
|
+
},
|
|
13758
|
+
{
|
|
13759
|
+
"className": "StationSlot",
|
|
13760
|
+
"name": "3",
|
|
13761
|
+
"index": 3,
|
|
13762
|
+
"width": 38,
|
|
13763
|
+
"height": 38,
|
|
13764
|
+
"resourceType": "Pallet",
|
|
13765
|
+
"showShadow": false
|
|
13766
|
+
},
|
|
13767
|
+
{
|
|
13768
|
+
"className": "StationSlot",
|
|
13769
|
+
"name": "4",
|
|
13770
|
+
"index": 4,
|
|
13771
|
+
"width": 38,
|
|
13772
|
+
"height": 38,
|
|
13773
|
+
"resourceType": "Pallet",
|
|
13774
|
+
"showShadow": false
|
|
13775
|
+
},
|
|
13776
|
+
{
|
|
13777
|
+
"className": "StationSlot",
|
|
13778
|
+
"name": "5",
|
|
13779
|
+
"index": 5,
|
|
13780
|
+
"width": 38,
|
|
13781
|
+
"height": 38,
|
|
13782
|
+
"resourceType": "Pallet",
|
|
13783
|
+
"showShadow": false
|
|
13784
|
+
},
|
|
13785
|
+
{
|
|
13786
|
+
"className": "StationSlot",
|
|
13787
|
+
"name": "6",
|
|
13788
|
+
"index": 6,
|
|
13789
|
+
"width": 38,
|
|
13790
|
+
"height": 38,
|
|
13791
|
+
"resourceType": "Pallet",
|
|
13792
|
+
"showShadow": false
|
|
13793
|
+
},
|
|
13794
|
+
{
|
|
13795
|
+
"className": "StationSlot",
|
|
13796
|
+
"name": "7",
|
|
13797
|
+
"index": 7,
|
|
13798
|
+
"width": 38,
|
|
13799
|
+
"height": 38,
|
|
13800
|
+
"resourceType": "Pallet",
|
|
13801
|
+
"showShadow": false
|
|
13802
|
+
},
|
|
13803
|
+
{
|
|
13804
|
+
"className": "StationSlot",
|
|
13805
|
+
"name": "8",
|
|
13806
|
+
"index": 8,
|
|
13807
|
+
"width": 38,
|
|
13808
|
+
"height": 38,
|
|
13809
|
+
"resourceType": "Pallet",
|
|
13810
|
+
"showShadow": false
|
|
13811
|
+
},
|
|
13812
|
+
{
|
|
13813
|
+
"className": "StationSlot",
|
|
13814
|
+
"name": "9",
|
|
13815
|
+
"index": 9,
|
|
13816
|
+
"width": 38,
|
|
13817
|
+
"height": 38,
|
|
13818
|
+
"resourceType": "Pallet",
|
|
13819
|
+
"showShadow": false
|
|
13820
|
+
},
|
|
13821
|
+
{
|
|
13822
|
+
"className": "StationSlot",
|
|
13823
|
+
"name": "10",
|
|
13824
|
+
"index": 10,
|
|
13825
|
+
"width": 38,
|
|
13826
|
+
"height": 38,
|
|
13827
|
+
"resourceType": "Pallet",
|
|
13828
|
+
"showShadow": false
|
|
13829
|
+
},
|
|
13830
|
+
{
|
|
13831
|
+
"className": "StationSlot",
|
|
13832
|
+
"name": "11",
|
|
13833
|
+
"index": 11,
|
|
13834
|
+
"width": 38,
|
|
13835
|
+
"height": 38,
|
|
13836
|
+
"resourceType": "Pallet",
|
|
13837
|
+
"showShadow": false
|
|
13838
|
+
},
|
|
13839
|
+
{
|
|
13840
|
+
"className": "StationSlot",
|
|
13841
|
+
"name": "12",
|
|
13842
|
+
"index": 12,
|
|
13843
|
+
"width": 38,
|
|
13844
|
+
"height": 38,
|
|
13845
|
+
"resourceType": "Pallet",
|
|
13846
|
+
"showShadow": false
|
|
13847
|
+
},
|
|
13848
|
+
{
|
|
13849
|
+
"className": "StationSlot",
|
|
13850
|
+
"name": "13",
|
|
13851
|
+
"index": 13,
|
|
13852
|
+
"width": 38,
|
|
13853
|
+
"height": 38,
|
|
13854
|
+
"resourceType": "Pallet",
|
|
13855
|
+
"showShadow": false
|
|
13856
|
+
},
|
|
13857
|
+
{
|
|
13858
|
+
"className": "StationSlot",
|
|
13859
|
+
"name": "14",
|
|
13860
|
+
"index": 14,
|
|
13861
|
+
"width": 38,
|
|
13862
|
+
"height": 38,
|
|
13863
|
+
"resourceType": "Pallet",
|
|
13864
|
+
"showShadow": false
|
|
13865
|
+
},
|
|
13866
|
+
{
|
|
13867
|
+
"className": "StationSlot",
|
|
13868
|
+
"name": "15",
|
|
13869
|
+
"index": 15,
|
|
13870
|
+
"width": 38,
|
|
13871
|
+
"height": 38,
|
|
13872
|
+
"resourceType": "Pallet",
|
|
13873
|
+
"showShadow": false
|
|
13874
|
+
},
|
|
13875
|
+
{
|
|
13876
|
+
"className": "StationSlot",
|
|
13877
|
+
"name": "16",
|
|
13878
|
+
"index": 16,
|
|
13879
|
+
"width": 38,
|
|
13880
|
+
"height": 38,
|
|
13881
|
+
"resourceType": "Pallet",
|
|
13882
|
+
"showShadow": false
|
|
13883
|
+
},
|
|
13884
|
+
{
|
|
13885
|
+
"className": "StationSlot",
|
|
13886
|
+
"name": "17",
|
|
13887
|
+
"index": 17,
|
|
13888
|
+
"width": 38,
|
|
13889
|
+
"height": 38,
|
|
13890
|
+
"resourceType": "Pallet",
|
|
13891
|
+
"showShadow": false
|
|
13892
|
+
},
|
|
13893
|
+
{
|
|
13894
|
+
"className": "StationSlot",
|
|
13895
|
+
"name": "18",
|
|
13896
|
+
"index": 18,
|
|
13897
|
+
"width": 38,
|
|
13898
|
+
"height": 38,
|
|
13899
|
+
"resourceType": "Pallet",
|
|
13900
|
+
"showShadow": false
|
|
13901
|
+
},
|
|
13902
|
+
{
|
|
13903
|
+
"className": "StationSlot",
|
|
13904
|
+
"name": "19",
|
|
13905
|
+
"index": 19,
|
|
13906
|
+
"width": 38,
|
|
13907
|
+
"height": 38,
|
|
13908
|
+
"resourceType": "Pallet",
|
|
13909
|
+
"showShadow": false
|
|
13910
|
+
},
|
|
13911
|
+
{
|
|
13912
|
+
"className": "StationSlot",
|
|
13913
|
+
"name": "20",
|
|
13914
|
+
"index": 20,
|
|
13915
|
+
"width": 38,
|
|
13916
|
+
"height": 38,
|
|
13917
|
+
"resourceType": "Pallet",
|
|
13918
|
+
"showShadow": false
|
|
13919
|
+
},
|
|
13920
|
+
{
|
|
13921
|
+
"className": "StationSlot",
|
|
13922
|
+
"name": "21",
|
|
13923
|
+
"index": 21,
|
|
13924
|
+
"width": 38,
|
|
13925
|
+
"height": 38,
|
|
13926
|
+
"resourceType": "Pallet",
|
|
13927
|
+
"showShadow": false
|
|
13928
|
+
},
|
|
13929
|
+
{
|
|
13930
|
+
"className": "StationSlot",
|
|
13931
|
+
"name": "22",
|
|
13932
|
+
"index": 22,
|
|
13933
|
+
"width": 38,
|
|
13934
|
+
"height": 38,
|
|
13935
|
+
"resourceType": "Pallet",
|
|
13936
|
+
"showShadow": false
|
|
13937
|
+
},
|
|
13938
|
+
{
|
|
13939
|
+
"className": "StationSlot",
|
|
13940
|
+
"name": "23",
|
|
13941
|
+
"index": 23,
|
|
13942
|
+
"width": 38,
|
|
13943
|
+
"height": 38,
|
|
13944
|
+
"resourceType": "Pallet",
|
|
13945
|
+
"showShadow": false
|
|
13946
|
+
},
|
|
13947
|
+
{
|
|
13948
|
+
"className": "StationSlot",
|
|
13949
|
+
"name": "24",
|
|
13950
|
+
"index": 24,
|
|
13951
|
+
"width": 38,
|
|
13952
|
+
"height": 38,
|
|
13953
|
+
"resourceType": "Pallet",
|
|
13954
|
+
"showShadow": false
|
|
13955
|
+
},
|
|
13956
|
+
{
|
|
13957
|
+
"className": "StationSlot",
|
|
13958
|
+
"name": "25",
|
|
13959
|
+
"index": 25,
|
|
13960
|
+
"width": 38,
|
|
13961
|
+
"height": 38,
|
|
13962
|
+
"resourceType": "Pallet",
|
|
13963
|
+
"showShadow": false
|
|
13964
|
+
},
|
|
13965
|
+
{
|
|
13966
|
+
"className": "StationSlot",
|
|
13967
|
+
"name": "26",
|
|
13968
|
+
"index": 26,
|
|
13969
|
+
"width": 38,
|
|
13970
|
+
"height": 38,
|
|
13971
|
+
"resourceType": "Pallet",
|
|
13972
|
+
"showShadow": false
|
|
13973
|
+
},
|
|
13974
|
+
{
|
|
13975
|
+
"className": "StationSlot",
|
|
13976
|
+
"name": "27",
|
|
13977
|
+
"index": 27,
|
|
13978
|
+
"width": 38,
|
|
13979
|
+
"height": 38,
|
|
13980
|
+
"resourceType": "Pallet",
|
|
13981
|
+
"showShadow": false
|
|
13982
|
+
},
|
|
13983
|
+
{
|
|
13984
|
+
"className": "StationSlot",
|
|
13985
|
+
"name": "28",
|
|
13986
|
+
"index": 28,
|
|
13987
|
+
"width": 38,
|
|
13988
|
+
"height": 38,
|
|
13989
|
+
"resourceType": "Pallet",
|
|
13990
|
+
"showShadow": false
|
|
13991
|
+
},
|
|
13992
|
+
{
|
|
13993
|
+
"className": "StationSlot",
|
|
13994
|
+
"name": "29",
|
|
13995
|
+
"index": 29,
|
|
13996
|
+
"width": 38,
|
|
13997
|
+
"height": 38,
|
|
13998
|
+
"resourceType": "Pallet",
|
|
13999
|
+
"showShadow": false
|
|
14000
|
+
},
|
|
14001
|
+
{
|
|
14002
|
+
"className": "StationSlot",
|
|
14003
|
+
"name": "30",
|
|
14004
|
+
"index": 30,
|
|
14005
|
+
"width": 38,
|
|
14006
|
+
"height": 38,
|
|
14007
|
+
"resourceType": "Pallet",
|
|
14008
|
+
"showShadow": false
|
|
14009
|
+
},
|
|
14010
|
+
{
|
|
14011
|
+
"className": "StationSlot",
|
|
14012
|
+
"name": "31",
|
|
14013
|
+
"index": 31,
|
|
14014
|
+
"width": 38,
|
|
14015
|
+
"height": 38,
|
|
14016
|
+
"resourceType": "Pallet",
|
|
14017
|
+
"showShadow": false
|
|
14018
|
+
},
|
|
14019
|
+
{
|
|
14020
|
+
"className": "StationSlot",
|
|
14021
|
+
"name": "32",
|
|
14022
|
+
"index": 32,
|
|
14023
|
+
"width": 38,
|
|
14024
|
+
"height": 38,
|
|
14025
|
+
"resourceType": "Pallet",
|
|
14026
|
+
"showShadow": false
|
|
14027
|
+
},
|
|
14028
|
+
{
|
|
14029
|
+
"className": "StationSlot",
|
|
14030
|
+
"name": "33",
|
|
14031
|
+
"index": 33,
|
|
14032
|
+
"width": 38,
|
|
14033
|
+
"height": 38,
|
|
14034
|
+
"resourceType": "Pallet",
|
|
14035
|
+
"showShadow": false
|
|
14036
|
+
},
|
|
14037
|
+
{
|
|
14038
|
+
"className": "StationSlot",
|
|
14039
|
+
"name": "34",
|
|
14040
|
+
"index": 34,
|
|
14041
|
+
"width": 38,
|
|
14042
|
+
"height": 38,
|
|
14043
|
+
"resourceType": "Pallet",
|
|
14044
|
+
"showShadow": false
|
|
14045
|
+
},
|
|
14046
|
+
{
|
|
14047
|
+
"className": "StationSlot",
|
|
14048
|
+
"name": "35",
|
|
14049
|
+
"index": 35,
|
|
14050
|
+
"width": 38,
|
|
14051
|
+
"height": 38,
|
|
14052
|
+
"resourceType": "Pallet",
|
|
14053
|
+
"showShadow": false
|
|
14054
|
+
},
|
|
14055
|
+
{
|
|
14056
|
+
"className": "StationSlot",
|
|
14057
|
+
"name": "36",
|
|
14058
|
+
"index": 36,
|
|
14059
|
+
"width": 38,
|
|
14060
|
+
"height": 38,
|
|
14061
|
+
"resourceType": "Pallet",
|
|
14062
|
+
"showShadow": false
|
|
14063
|
+
},
|
|
14064
|
+
{
|
|
14065
|
+
"className": "StationSlot",
|
|
14066
|
+
"name": "37",
|
|
14067
|
+
"index": 37,
|
|
14068
|
+
"width": 38,
|
|
14069
|
+
"height": 38,
|
|
14070
|
+
"resourceType": "Pallet",
|
|
14071
|
+
"showShadow": false
|
|
14072
|
+
},
|
|
14073
|
+
{
|
|
14074
|
+
"className": "StationSlot",
|
|
14075
|
+
"name": "38",
|
|
14076
|
+
"index": 38,
|
|
14077
|
+
"width": 38,
|
|
14078
|
+
"height": 38,
|
|
14079
|
+
"resourceType": "Pallet",
|
|
14080
|
+
"showShadow": false
|
|
14081
|
+
},
|
|
14082
|
+
{
|
|
14083
|
+
"className": "StationSlot",
|
|
14084
|
+
"name": "39",
|
|
14085
|
+
"index": 39,
|
|
14086
|
+
"width": 38,
|
|
14087
|
+
"height": 38,
|
|
14088
|
+
"resourceType": "Pallet",
|
|
14089
|
+
"showShadow": false
|
|
14090
|
+
},
|
|
14091
|
+
{
|
|
14092
|
+
"className": "StationSlot",
|
|
14093
|
+
"name": "40",
|
|
14094
|
+
"index": 40,
|
|
14095
|
+
"width": 38,
|
|
14096
|
+
"height": 38,
|
|
14097
|
+
"resourceType": "Pallet",
|
|
14098
|
+
"showShadow": false
|
|
14099
|
+
},
|
|
14100
|
+
{
|
|
14101
|
+
"className": "StationSlot",
|
|
14102
|
+
"name": "41",
|
|
14103
|
+
"index": 41,
|
|
14104
|
+
"width": 38,
|
|
14105
|
+
"height": 38,
|
|
14106
|
+
"resourceType": "Pallet",
|
|
14107
|
+
"showShadow": false
|
|
14108
|
+
},
|
|
14109
|
+
{
|
|
14110
|
+
"className": "StationSlot",
|
|
14111
|
+
"name": "42",
|
|
14112
|
+
"index": 42,
|
|
14113
|
+
"width": 38,
|
|
14114
|
+
"height": 38,
|
|
14115
|
+
"resourceType": "Pallet",
|
|
14116
|
+
"showShadow": false
|
|
14117
|
+
},
|
|
14118
|
+
{
|
|
14119
|
+
"className": "StationSlot",
|
|
14120
|
+
"name": "43",
|
|
14121
|
+
"index": 43,
|
|
14122
|
+
"width": 38,
|
|
14123
|
+
"height": 38,
|
|
14124
|
+
"resourceType": "Pallet",
|
|
14125
|
+
"showShadow": false
|
|
14126
|
+
},
|
|
14127
|
+
{
|
|
14128
|
+
"className": "StationSlot",
|
|
14129
|
+
"name": "44",
|
|
14130
|
+
"index": 44,
|
|
14131
|
+
"width": 38,
|
|
14132
|
+
"height": 38,
|
|
14133
|
+
"resourceType": "Pallet",
|
|
14134
|
+
"showShadow": false
|
|
14135
|
+
},
|
|
14136
|
+
{
|
|
14137
|
+
"className": "StationSlot",
|
|
14138
|
+
"name": "45",
|
|
14139
|
+
"index": 45,
|
|
14140
|
+
"width": 38,
|
|
14141
|
+
"height": 38,
|
|
14142
|
+
"resourceType": "Pallet",
|
|
14143
|
+
"showShadow": false
|
|
14144
|
+
},
|
|
14145
|
+
{
|
|
14146
|
+
"className": "StationSlot",
|
|
14147
|
+
"name": "46",
|
|
14148
|
+
"index": 46,
|
|
14149
|
+
"width": 38,
|
|
14150
|
+
"height": 38,
|
|
14151
|
+
"resourceType": "Pallet",
|
|
14152
|
+
"showShadow": false
|
|
14153
|
+
},
|
|
14154
|
+
{
|
|
14155
|
+
"className": "StationSlot",
|
|
14156
|
+
"name": "47",
|
|
14157
|
+
"index": 47,
|
|
14158
|
+
"width": 38,
|
|
14159
|
+
"height": 38,
|
|
14160
|
+
"resourceType": "Pallet",
|
|
14161
|
+
"showShadow": false
|
|
14162
|
+
},
|
|
14163
|
+
{
|
|
14164
|
+
"className": "StationSlot",
|
|
14165
|
+
"name": "48",
|
|
14166
|
+
"index": 48,
|
|
14167
|
+
"width": 38,
|
|
14168
|
+
"height": 38,
|
|
14169
|
+
"resourceType": "Pallet",
|
|
14170
|
+
"showShadow": false
|
|
14171
|
+
},
|
|
14172
|
+
{
|
|
14173
|
+
"className": "StationSlot",
|
|
14174
|
+
"name": "49",
|
|
14175
|
+
"index": 49,
|
|
14176
|
+
"width": 38,
|
|
14177
|
+
"height": 38,
|
|
14178
|
+
"resourceType": "Pallet",
|
|
14179
|
+
"showShadow": false
|
|
14180
|
+
},
|
|
14181
|
+
{
|
|
14182
|
+
"className": "StationSlot",
|
|
14183
|
+
"name": "50",
|
|
14184
|
+
"index": 50,
|
|
14185
|
+
"width": 38,
|
|
14186
|
+
"height": 38,
|
|
14187
|
+
"resourceType": "Pallet",
|
|
14188
|
+
"showShadow": false
|
|
14189
|
+
},
|
|
14190
|
+
{
|
|
14191
|
+
"className": "StationSlot",
|
|
14192
|
+
"name": "51",
|
|
14193
|
+
"index": 51,
|
|
14194
|
+
"width": 38,
|
|
14195
|
+
"height": 38,
|
|
14196
|
+
"resourceType": "Pallet",
|
|
14197
|
+
"showShadow": false
|
|
14198
|
+
},
|
|
14199
|
+
{
|
|
14200
|
+
"className": "StationSlot",
|
|
14201
|
+
"name": "52",
|
|
14202
|
+
"index": 52,
|
|
14203
|
+
"width": 38,
|
|
14204
|
+
"height": 38,
|
|
14205
|
+
"resourceType": "Pallet",
|
|
14206
|
+
"showShadow": false
|
|
14207
|
+
},
|
|
14208
|
+
{
|
|
14209
|
+
"className": "StationSlot",
|
|
14210
|
+
"name": "53",
|
|
14211
|
+
"index": 53,
|
|
14212
|
+
"width": 38,
|
|
14213
|
+
"height": 38,
|
|
14214
|
+
"resourceType": "Pallet",
|
|
14215
|
+
"showShadow": false
|
|
14216
|
+
},
|
|
14217
|
+
{
|
|
14218
|
+
"className": "StationSlot",
|
|
14219
|
+
"name": "54",
|
|
14220
|
+
"index": 54,
|
|
14221
|
+
"width": 38,
|
|
14222
|
+
"height": 38,
|
|
14223
|
+
"resourceType": "Pallet",
|
|
14224
|
+
"showShadow": false
|
|
14225
|
+
},
|
|
14226
|
+
{
|
|
14227
|
+
"className": "StationSlot",
|
|
14228
|
+
"name": "55",
|
|
14229
|
+
"index": 55,
|
|
14230
|
+
"width": 38,
|
|
14231
|
+
"height": 38,
|
|
14232
|
+
"resourceType": "Pallet",
|
|
14233
|
+
"showShadow": false
|
|
14234
|
+
},
|
|
14235
|
+
{
|
|
14236
|
+
"className": "StationSlot",
|
|
14237
|
+
"name": "56",
|
|
14238
|
+
"index": 56,
|
|
14239
|
+
"width": 38,
|
|
14240
|
+
"height": 38,
|
|
14241
|
+
"resourceType": "Pallet",
|
|
14242
|
+
"showShadow": false
|
|
14243
|
+
},
|
|
14244
|
+
{
|
|
14245
|
+
"className": "StationSlot",
|
|
14246
|
+
"name": "57",
|
|
14247
|
+
"index": 57,
|
|
14248
|
+
"width": 38,
|
|
14249
|
+
"height": 38,
|
|
14250
|
+
"resourceType": "Pallet",
|
|
14251
|
+
"showShadow": false
|
|
14252
|
+
},
|
|
14253
|
+
{
|
|
14254
|
+
"className": "StationSlot",
|
|
14255
|
+
"name": "58",
|
|
14256
|
+
"index": 58,
|
|
14257
|
+
"width": 38,
|
|
14258
|
+
"height": 38,
|
|
14259
|
+
"resourceType": "Pallet",
|
|
14260
|
+
"showShadow": false
|
|
14261
|
+
},
|
|
14262
|
+
{
|
|
14263
|
+
"className": "StationSlot",
|
|
14264
|
+
"name": "59",
|
|
14265
|
+
"index": 59,
|
|
14266
|
+
"width": 38,
|
|
14267
|
+
"height": 38,
|
|
14268
|
+
"resourceType": "Pallet",
|
|
14269
|
+
"showShadow": false
|
|
14270
|
+
},
|
|
14271
|
+
{
|
|
14272
|
+
"className": "StationSlot",
|
|
14273
|
+
"name": "60",
|
|
14274
|
+
"index": 60,
|
|
14275
|
+
"width": 38,
|
|
14276
|
+
"height": 38,
|
|
14277
|
+
"resourceType": "Pallet",
|
|
14278
|
+
"showShadow": false
|
|
14279
|
+
},
|
|
14280
|
+
{
|
|
14281
|
+
"className": "StationSlot",
|
|
14282
|
+
"name": "61",
|
|
14283
|
+
"index": 61,
|
|
14284
|
+
"width": 38,
|
|
14285
|
+
"height": 38,
|
|
14286
|
+
"resourceType": "Pallet",
|
|
14287
|
+
"showShadow": false
|
|
14288
|
+
},
|
|
14289
|
+
{
|
|
14290
|
+
"className": "StationSlot",
|
|
14291
|
+
"name": "62",
|
|
14292
|
+
"index": 62,
|
|
14293
|
+
"width": 38,
|
|
14294
|
+
"height": 38,
|
|
14295
|
+
"resourceType": "Pallet",
|
|
14296
|
+
"showShadow": false
|
|
14297
|
+
},
|
|
14298
|
+
{
|
|
14299
|
+
"className": "StationSlot",
|
|
14300
|
+
"name": "63",
|
|
14301
|
+
"index": 63,
|
|
14302
|
+
"width": 38,
|
|
14303
|
+
"height": 38,
|
|
14304
|
+
"resourceType": "Pallet",
|
|
14305
|
+
"showShadow": false
|
|
14306
|
+
},
|
|
14307
|
+
{
|
|
14308
|
+
"className": "StationSlot",
|
|
14309
|
+
"name": "64",
|
|
14310
|
+
"index": 64,
|
|
14311
|
+
"width": 38,
|
|
14312
|
+
"height": 38,
|
|
14313
|
+
"resourceType": "Pallet",
|
|
14314
|
+
"showShadow": false
|
|
14315
|
+
},
|
|
14316
|
+
{
|
|
14317
|
+
"className": "StationSlot",
|
|
14318
|
+
"name": "65",
|
|
14319
|
+
"index": 65,
|
|
14320
|
+
"width": 38,
|
|
14321
|
+
"height": 38,
|
|
14322
|
+
"resourceType": "Pallet",
|
|
14323
|
+
"showShadow": false
|
|
14324
|
+
},
|
|
14325
|
+
{
|
|
14326
|
+
"className": "StationSlot",
|
|
14327
|
+
"name": "66",
|
|
14328
|
+
"index": 66,
|
|
14329
|
+
"width": 38,
|
|
14330
|
+
"height": 38,
|
|
14331
|
+
"resourceType": "Pallet",
|
|
14332
|
+
"showShadow": false
|
|
14333
|
+
},
|
|
14334
|
+
{
|
|
14335
|
+
"className": "StationSlot",
|
|
14336
|
+
"name": "67",
|
|
14337
|
+
"index": 67,
|
|
14338
|
+
"width": 38,
|
|
14339
|
+
"height": 38,
|
|
14340
|
+
"resourceType": "Pallet",
|
|
14341
|
+
"showShadow": false
|
|
14342
|
+
},
|
|
14343
|
+
{
|
|
14344
|
+
"className": "StationSlot",
|
|
14345
|
+
"name": "68",
|
|
14346
|
+
"index": 68,
|
|
14347
|
+
"width": 38,
|
|
14348
|
+
"height": 38,
|
|
14349
|
+
"resourceType": "Pallet",
|
|
14350
|
+
"showShadow": false
|
|
14351
|
+
},
|
|
14352
|
+
{
|
|
14353
|
+
"className": "StationSlot",
|
|
14354
|
+
"name": "69",
|
|
14355
|
+
"index": 69,
|
|
14356
|
+
"width": 38,
|
|
14357
|
+
"height": 38,
|
|
14358
|
+
"resourceType": "Pallet",
|
|
14359
|
+
"showShadow": false
|
|
14360
|
+
},
|
|
14361
|
+
{
|
|
14362
|
+
"className": "StationSlot",
|
|
14363
|
+
"name": "70",
|
|
14364
|
+
"index": 70,
|
|
14365
|
+
"width": 38,
|
|
14366
|
+
"height": 38,
|
|
14367
|
+
"resourceType": "Pallet",
|
|
14368
|
+
"showShadow": false
|
|
14369
|
+
},
|
|
14370
|
+
{
|
|
14371
|
+
"className": "StationSlot",
|
|
14372
|
+
"name": "71",
|
|
14373
|
+
"index": 71,
|
|
14374
|
+
"width": 38,
|
|
14375
|
+
"height": 38,
|
|
14376
|
+
"resourceType": "Pallet",
|
|
14377
|
+
"showShadow": false
|
|
14378
|
+
},
|
|
14379
|
+
{
|
|
14380
|
+
"className": "StationSlot",
|
|
14381
|
+
"name": "72",
|
|
14382
|
+
"index": 72,
|
|
14383
|
+
"width": 38,
|
|
14384
|
+
"height": 38,
|
|
14385
|
+
"resourceType": "Pallet",
|
|
14386
|
+
"showShadow": false
|
|
14387
|
+
},
|
|
14388
|
+
{
|
|
14389
|
+
"className": "StationSlot",
|
|
14390
|
+
"name": "73",
|
|
14391
|
+
"index": 73,
|
|
14392
|
+
"width": 38,
|
|
14393
|
+
"height": 38,
|
|
14394
|
+
"resourceType": "Pallet",
|
|
14395
|
+
"showShadow": false
|
|
14396
|
+
},
|
|
14397
|
+
{
|
|
14398
|
+
"className": "StationSlot",
|
|
14399
|
+
"name": "74",
|
|
14400
|
+
"index": 74,
|
|
14401
|
+
"width": 38,
|
|
14402
|
+
"height": 38,
|
|
14403
|
+
"resourceType": "Pallet",
|
|
14404
|
+
"showShadow": false
|
|
14405
|
+
},
|
|
14406
|
+
{
|
|
14407
|
+
"className": "StationSlot",
|
|
14408
|
+
"name": "75",
|
|
14409
|
+
"index": 75,
|
|
14410
|
+
"width": 38,
|
|
14411
|
+
"height": 38,
|
|
14412
|
+
"resourceType": "Pallet",
|
|
14413
|
+
"showShadow": false
|
|
14414
|
+
},
|
|
14415
|
+
{
|
|
14416
|
+
"className": "StationSlot",
|
|
14417
|
+
"name": "76",
|
|
14418
|
+
"index": 76,
|
|
14419
|
+
"width": 38,
|
|
14420
|
+
"height": 38,
|
|
14421
|
+
"resourceType": "Pallet",
|
|
14422
|
+
"showShadow": false
|
|
14423
|
+
},
|
|
14424
|
+
{
|
|
14425
|
+
"className": "StationSlot",
|
|
14426
|
+
"name": "77",
|
|
14427
|
+
"index": 77,
|
|
14428
|
+
"width": 38,
|
|
14429
|
+
"height": 38,
|
|
14430
|
+
"resourceType": "Pallet",
|
|
14431
|
+
"showShadow": false
|
|
14432
|
+
},
|
|
14433
|
+
{
|
|
14434
|
+
"className": "StationSlot",
|
|
14435
|
+
"name": "78",
|
|
14436
|
+
"index": 78,
|
|
14437
|
+
"width": 38,
|
|
14438
|
+
"height": 38,
|
|
14439
|
+
"resourceType": "Pallet",
|
|
14440
|
+
"showShadow": false
|
|
14441
|
+
},
|
|
14442
|
+
{
|
|
14443
|
+
"className": "StationSlot",
|
|
14444
|
+
"name": "79",
|
|
14445
|
+
"index": 79,
|
|
14446
|
+
"width": 38,
|
|
14447
|
+
"height": 38,
|
|
14448
|
+
"resourceType": "Pallet",
|
|
14449
|
+
"showShadow": false
|
|
14450
|
+
},
|
|
14451
|
+
{
|
|
14452
|
+
"className": "StationSlot",
|
|
14453
|
+
"name": "80",
|
|
14454
|
+
"index": 80,
|
|
14455
|
+
"width": 38,
|
|
14456
|
+
"height": 38,
|
|
14457
|
+
"resourceType": "Pallet",
|
|
14458
|
+
"showShadow": false
|
|
14459
|
+
},
|
|
14460
|
+
{
|
|
14461
|
+
"className": "StationSlot",
|
|
14462
|
+
"name": "81",
|
|
14463
|
+
"index": 81,
|
|
14464
|
+
"width": 38,
|
|
14465
|
+
"height": 38,
|
|
14466
|
+
"resourceType": "Pallet",
|
|
14467
|
+
"showShadow": false
|
|
14468
|
+
},
|
|
14469
|
+
{
|
|
14470
|
+
"className": "StationSlot",
|
|
14471
|
+
"name": "82",
|
|
14472
|
+
"index": 82,
|
|
14473
|
+
"width": 38,
|
|
14474
|
+
"height": 38,
|
|
14475
|
+
"resourceType": "Pallet",
|
|
14476
|
+
"showShadow": false
|
|
14477
|
+
},
|
|
14478
|
+
{
|
|
14479
|
+
"className": "StationSlot",
|
|
14480
|
+
"name": "83",
|
|
14481
|
+
"index": 83,
|
|
14482
|
+
"width": 38,
|
|
14483
|
+
"height": 38,
|
|
14484
|
+
"resourceType": "Pallet",
|
|
14485
|
+
"showShadow": false
|
|
14486
|
+
},
|
|
14487
|
+
{
|
|
14488
|
+
"className": "StationSlot",
|
|
14489
|
+
"name": "84",
|
|
14490
|
+
"index": 84,
|
|
14491
|
+
"width": 38,
|
|
14492
|
+
"height": 38,
|
|
14493
|
+
"resourceType": "Pallet",
|
|
14494
|
+
"showShadow": false
|
|
14495
|
+
},
|
|
14496
|
+
{
|
|
14497
|
+
"className": "StationSlot",
|
|
14498
|
+
"name": "85",
|
|
14499
|
+
"index": 85,
|
|
14500
|
+
"width": 38,
|
|
14501
|
+
"height": 38,
|
|
14502
|
+
"resourceType": "Pallet",
|
|
14503
|
+
"showShadow": false
|
|
14504
|
+
},
|
|
14505
|
+
{
|
|
14506
|
+
"className": "StationSlot",
|
|
14507
|
+
"name": "86",
|
|
14508
|
+
"index": 86,
|
|
14509
|
+
"width": 38,
|
|
14510
|
+
"height": 38,
|
|
14511
|
+
"resourceType": "Pallet",
|
|
14512
|
+
"showShadow": false
|
|
14513
|
+
},
|
|
14514
|
+
{
|
|
14515
|
+
"className": "StationSlot",
|
|
14516
|
+
"name": "87",
|
|
14517
|
+
"index": 87,
|
|
14518
|
+
"width": 38,
|
|
14519
|
+
"height": 38,
|
|
14520
|
+
"resourceType": "Pallet",
|
|
14521
|
+
"showShadow": false
|
|
14522
|
+
},
|
|
14523
|
+
{
|
|
14524
|
+
"className": "StationSlot",
|
|
14525
|
+
"name": "88",
|
|
14526
|
+
"index": 88,
|
|
14527
|
+
"width": 38,
|
|
14528
|
+
"height": 38,
|
|
14529
|
+
"resourceType": "Pallet",
|
|
14530
|
+
"showShadow": false
|
|
14531
|
+
},
|
|
14532
|
+
{
|
|
14533
|
+
"className": "StationSlot",
|
|
14534
|
+
"name": "89",
|
|
14535
|
+
"index": 89,
|
|
14536
|
+
"width": 38,
|
|
14537
|
+
"height": 38,
|
|
14538
|
+
"resourceType": "Pallet",
|
|
14539
|
+
"showShadow": false
|
|
14540
|
+
},
|
|
14541
|
+
{
|
|
14542
|
+
"className": "StationSlot",
|
|
14543
|
+
"name": "90",
|
|
14544
|
+
"index": 90,
|
|
14545
|
+
"width": 38,
|
|
14546
|
+
"height": 38,
|
|
14547
|
+
"resourceType": "Pallet",
|
|
14548
|
+
"showShadow": false
|
|
14549
|
+
},
|
|
14550
|
+
{
|
|
14551
|
+
"className": "StationSlot",
|
|
14552
|
+
"name": "91",
|
|
14553
|
+
"index": 91,
|
|
14554
|
+
"width": 38,
|
|
14555
|
+
"height": 38,
|
|
14556
|
+
"resourceType": "Pallet",
|
|
14557
|
+
"showShadow": false
|
|
14558
|
+
},
|
|
14559
|
+
{
|
|
14560
|
+
"className": "StationSlot",
|
|
14561
|
+
"name": "92",
|
|
14562
|
+
"index": 92,
|
|
14563
|
+
"width": 38,
|
|
14564
|
+
"height": 38,
|
|
14565
|
+
"resourceType": "Pallet",
|
|
14566
|
+
"showShadow": false
|
|
14567
|
+
},
|
|
14568
|
+
{
|
|
14569
|
+
"className": "StationSlot",
|
|
14570
|
+
"name": "93",
|
|
14571
|
+
"index": 93,
|
|
14572
|
+
"width": 38,
|
|
14573
|
+
"height": 38,
|
|
14574
|
+
"resourceType": "Pallet",
|
|
14575
|
+
"showShadow": false
|
|
14576
|
+
},
|
|
14577
|
+
{
|
|
14578
|
+
"className": "StationSlot",
|
|
14579
|
+
"name": "94",
|
|
14580
|
+
"index": 94,
|
|
14581
|
+
"width": 38,
|
|
14582
|
+
"height": 38,
|
|
14583
|
+
"resourceType": "Pallet",
|
|
14584
|
+
"showShadow": false
|
|
14585
|
+
},
|
|
14586
|
+
{
|
|
14587
|
+
"className": "StationSlot",
|
|
14588
|
+
"name": "95",
|
|
14589
|
+
"index": 95,
|
|
14590
|
+
"width": 38,
|
|
14591
|
+
"height": 38,
|
|
14592
|
+
"resourceType": "Pallet",
|
|
14593
|
+
"showShadow": false
|
|
14594
|
+
},
|
|
14595
|
+
{
|
|
14596
|
+
"className": "StationSlot",
|
|
14597
|
+
"name": "96",
|
|
14598
|
+
"index": 96,
|
|
14599
|
+
"width": 38,
|
|
14600
|
+
"height": 38,
|
|
14601
|
+
"resourceType": "Pallet",
|
|
14602
|
+
"showShadow": false
|
|
14603
|
+
},
|
|
14604
|
+
{
|
|
14605
|
+
"className": "StationSlot",
|
|
14606
|
+
"name": "97",
|
|
14607
|
+
"index": 97,
|
|
14608
|
+
"width": 38,
|
|
14609
|
+
"height": 38,
|
|
14610
|
+
"resourceType": "Pallet",
|
|
14611
|
+
"showShadow": false
|
|
14612
|
+
},
|
|
14613
|
+
{
|
|
14614
|
+
"className": "StationSlot",
|
|
14615
|
+
"name": "98",
|
|
14616
|
+
"index": 98,
|
|
14617
|
+
"width": 38,
|
|
14618
|
+
"height": 38,
|
|
14619
|
+
"resourceType": "Pallet",
|
|
14620
|
+
"showShadow": false
|
|
14621
|
+
},
|
|
14622
|
+
{
|
|
14623
|
+
"className": "StationSlot",
|
|
14624
|
+
"name": "99",
|
|
14625
|
+
"index": 99,
|
|
14626
|
+
"width": 38,
|
|
14627
|
+
"height": 38,
|
|
14628
|
+
"resourceType": "Pallet",
|
|
14629
|
+
"showShadow": false
|
|
14630
|
+
},
|
|
14631
|
+
{
|
|
14632
|
+
"className": "StationSlot",
|
|
14633
|
+
"name": "100",
|
|
14634
|
+
"index": 100,
|
|
14635
|
+
"width": 38,
|
|
14636
|
+
"height": 38,
|
|
14637
|
+
"resourceType": "Pallet",
|
|
14638
|
+
"showShadow": false
|
|
14639
|
+
}
|
|
14640
|
+
],
|
|
14641
|
+
"hideBounds": true,
|
|
14642
|
+
"visible": true
|
|
14643
|
+
},
|
|
14644
|
+
"stationSlotGroupTool": {
|
|
14645
|
+
"stationSlots": [
|
|
14646
|
+
{
|
|
14647
|
+
"className": "StationSlot",
|
|
14648
|
+
"name": "1",
|
|
14649
|
+
"index": 1,
|
|
14650
|
+
"width": 30,
|
|
14651
|
+
"height": 30,
|
|
14652
|
+
"resourceType": "Tool",
|
|
14653
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14654
|
+
"strokeWidth": 1,
|
|
14655
|
+
"showShadow": false
|
|
14656
|
+
},
|
|
14657
|
+
{
|
|
14658
|
+
"className": "StationSlot",
|
|
14659
|
+
"name": "2",
|
|
14660
|
+
"index": 2,
|
|
14661
|
+
"width": 30,
|
|
14662
|
+
"height": 30,
|
|
14663
|
+
"resourceType": "Tool",
|
|
14664
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14665
|
+
"strokeWidth": 1,
|
|
14666
|
+
"showShadow": false
|
|
14667
|
+
},
|
|
14668
|
+
{
|
|
14669
|
+
"className": "StationSlot",
|
|
14670
|
+
"name": "3",
|
|
14671
|
+
"index": 3,
|
|
14672
|
+
"width": 30,
|
|
14673
|
+
"height": 30,
|
|
14674
|
+
"resourceType": "Tool",
|
|
14675
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14676
|
+
"strokeWidth": 1,
|
|
14677
|
+
"showShadow": false
|
|
14678
|
+
},
|
|
14679
|
+
{
|
|
14680
|
+
"className": "StationSlot",
|
|
14681
|
+
"name": "4",
|
|
14682
|
+
"index": 4,
|
|
14683
|
+
"width": 30,
|
|
14684
|
+
"height": 30,
|
|
14685
|
+
"resourceType": "Tool",
|
|
14686
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14687
|
+
"strokeWidth": 1,
|
|
14688
|
+
"showShadow": false
|
|
14689
|
+
},
|
|
14690
|
+
{
|
|
14691
|
+
"className": "StationSlot",
|
|
14692
|
+
"name": "5",
|
|
14693
|
+
"index": 5,
|
|
14694
|
+
"width": 30,
|
|
14695
|
+
"height": 30,
|
|
14696
|
+
"resourceType": "Tool",
|
|
14697
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14698
|
+
"strokeWidth": 1,
|
|
14699
|
+
"showShadow": false
|
|
14700
|
+
},
|
|
14701
|
+
{
|
|
14702
|
+
"className": "StationSlot",
|
|
14703
|
+
"name": "6",
|
|
14704
|
+
"index": 6,
|
|
14705
|
+
"width": 30,
|
|
14706
|
+
"height": 30,
|
|
14707
|
+
"resourceType": "Tool",
|
|
14708
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14709
|
+
"strokeWidth": 1,
|
|
14710
|
+
"showShadow": false
|
|
14711
|
+
},
|
|
14712
|
+
{
|
|
14713
|
+
"className": "StationSlot",
|
|
14714
|
+
"name": "7",
|
|
14715
|
+
"index": 7,
|
|
14716
|
+
"width": 30,
|
|
14717
|
+
"height": 30,
|
|
14718
|
+
"resourceType": "Tool",
|
|
14719
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14720
|
+
"strokeWidth": 1,
|
|
14721
|
+
"showShadow": false
|
|
14722
|
+
},
|
|
14723
|
+
{
|
|
14724
|
+
"className": "StationSlot",
|
|
14725
|
+
"name": "8",
|
|
14726
|
+
"index": 8,
|
|
14727
|
+
"width": 30,
|
|
14728
|
+
"height": 30,
|
|
14729
|
+
"resourceType": "Tool",
|
|
14730
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14731
|
+
"strokeWidth": 1,
|
|
14732
|
+
"showShadow": false
|
|
14733
|
+
},
|
|
14734
|
+
{
|
|
14735
|
+
"className": "StationSlot",
|
|
14736
|
+
"name": "9",
|
|
14737
|
+
"index": 9,
|
|
14738
|
+
"width": 30,
|
|
14739
|
+
"height": 30,
|
|
14740
|
+
"resourceType": "Tool",
|
|
14741
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14742
|
+
"strokeWidth": 1,
|
|
14743
|
+
"showShadow": false
|
|
14744
|
+
},
|
|
14745
|
+
{
|
|
14746
|
+
"className": "StationSlot",
|
|
14747
|
+
"name": "10",
|
|
14748
|
+
"index": 10,
|
|
14749
|
+
"width": 30,
|
|
14750
|
+
"height": 30,
|
|
14751
|
+
"resourceType": "Tool",
|
|
14752
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14753
|
+
"strokeWidth": 1,
|
|
14754
|
+
"showShadow": false
|
|
14755
|
+
},
|
|
14756
|
+
{
|
|
14757
|
+
"className": "StationSlot",
|
|
14758
|
+
"name": "11",
|
|
14759
|
+
"index": 11,
|
|
14760
|
+
"width": 30,
|
|
14761
|
+
"height": 30,
|
|
14762
|
+
"resourceType": "Tool",
|
|
14763
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14764
|
+
"strokeWidth": 1,
|
|
14765
|
+
"showShadow": false
|
|
14766
|
+
},
|
|
14767
|
+
{
|
|
14768
|
+
"className": "StationSlot",
|
|
14769
|
+
"name": "12",
|
|
14770
|
+
"index": 12,
|
|
14771
|
+
"width": 30,
|
|
14772
|
+
"height": 30,
|
|
14773
|
+
"resourceType": "Tool",
|
|
14774
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14775
|
+
"strokeWidth": 1,
|
|
14776
|
+
"showShadow": false
|
|
14777
|
+
},
|
|
14778
|
+
{
|
|
14779
|
+
"className": "StationSlot",
|
|
14780
|
+
"name": "13",
|
|
14781
|
+
"index": 13,
|
|
14782
|
+
"width": 30,
|
|
14783
|
+
"height": 30,
|
|
14784
|
+
"resourceType": "Tool",
|
|
14785
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14786
|
+
"strokeWidth": 1,
|
|
14787
|
+
"showShadow": false
|
|
14788
|
+
},
|
|
14789
|
+
{
|
|
14790
|
+
"className": "StationSlot",
|
|
14791
|
+
"name": "14",
|
|
14792
|
+
"index": 14,
|
|
14793
|
+
"width": 30,
|
|
14794
|
+
"height": 30,
|
|
14795
|
+
"resourceType": "Tool",
|
|
14796
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14797
|
+
"strokeWidth": 1,
|
|
14798
|
+
"showShadow": false
|
|
14799
|
+
},
|
|
14800
|
+
{
|
|
14801
|
+
"className": "StationSlot",
|
|
14802
|
+
"name": "15",
|
|
14803
|
+
"index": 15,
|
|
14804
|
+
"width": 30,
|
|
14805
|
+
"height": 30,
|
|
14806
|
+
"resourceType": "Tool",
|
|
14807
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14808
|
+
"strokeWidth": 1,
|
|
14809
|
+
"showShadow": false
|
|
14810
|
+
},
|
|
14811
|
+
{
|
|
14812
|
+
"className": "StationSlot",
|
|
14813
|
+
"name": "16",
|
|
14814
|
+
"index": 16,
|
|
14815
|
+
"width": 30,
|
|
14816
|
+
"height": 30,
|
|
14817
|
+
"resourceType": "Tool",
|
|
14818
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14819
|
+
"strokeWidth": 1,
|
|
14820
|
+
"showShadow": false
|
|
14821
|
+
},
|
|
14822
|
+
{
|
|
14823
|
+
"className": "StationSlot",
|
|
14824
|
+
"name": "17",
|
|
14825
|
+
"index": 17,
|
|
14826
|
+
"width": 30,
|
|
14827
|
+
"height": 30,
|
|
14828
|
+
"resourceType": "Tool",
|
|
14829
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14830
|
+
"strokeWidth": 1,
|
|
14831
|
+
"showShadow": false
|
|
14832
|
+
},
|
|
14833
|
+
{
|
|
14834
|
+
"className": "StationSlot",
|
|
14835
|
+
"name": "18",
|
|
14836
|
+
"index": 18,
|
|
14837
|
+
"width": 30,
|
|
14838
|
+
"height": 30,
|
|
14839
|
+
"resourceType": "Tool",
|
|
14840
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14841
|
+
"strokeWidth": 1,
|
|
14842
|
+
"showShadow": false
|
|
14843
|
+
},
|
|
14844
|
+
{
|
|
14845
|
+
"className": "StationSlot",
|
|
14846
|
+
"name": "19",
|
|
14847
|
+
"index": 19,
|
|
14848
|
+
"width": 30,
|
|
14849
|
+
"height": 30,
|
|
14850
|
+
"resourceType": "Tool",
|
|
14851
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14852
|
+
"strokeWidth": 1,
|
|
14853
|
+
"showShadow": false
|
|
14854
|
+
},
|
|
14855
|
+
{
|
|
14856
|
+
"className": "StationSlot",
|
|
14857
|
+
"name": "20",
|
|
14858
|
+
"index": 20,
|
|
14859
|
+
"width": 30,
|
|
14860
|
+
"height": 30,
|
|
14861
|
+
"resourceType": "Tool",
|
|
14862
|
+
"background": "rgba(191, 192, 195, 0)",
|
|
14863
|
+
"strokeWidth": 1,
|
|
14864
|
+
"showShadow": false
|
|
14865
|
+
}
|
|
14866
|
+
],
|
|
14867
|
+
"flowOptions": {
|
|
14868
|
+
"oneDirectionMaxQuantity": 10,
|
|
14869
|
+
"gap": 10,
|
|
14870
|
+
"flow": "y",
|
|
14871
|
+
"flowWrap": true,
|
|
14872
|
+
"width": 400,
|
|
14873
|
+
"height": 70
|
|
14874
|
+
},
|
|
14875
|
+
"hideBounds": true,
|
|
14876
|
+
"visible": true
|
|
14877
|
+
}
|
|
14878
|
+
}
|
|
14879
|
+
],
|
|
14880
|
+
"scene": {
|
|
14881
|
+
"width": 1920,
|
|
14882
|
+
"height": 1080,
|
|
14883
|
+
"zoomType": "fit",
|
|
14884
|
+
"fill": {
|
|
14885
|
+
"type": "radial",
|
|
14886
|
+
"color": "#000",
|
|
14887
|
+
"opacity": 1,
|
|
14888
|
+
"stops": [
|
|
14889
|
+
{
|
|
14890
|
+
"offset": 0,
|
|
14891
|
+
"color": "rgb(131, 186, 205)"
|
|
14892
|
+
},
|
|
14893
|
+
{
|
|
14894
|
+
"offset": 1,
|
|
14895
|
+
"color": "rgb(0, 152, 102)"
|
|
14896
|
+
}
|
|
14897
|
+
],
|
|
14898
|
+
"from": "center",
|
|
14899
|
+
"to": "right"
|
|
14900
|
+
},
|
|
14901
|
+
"texture": "",
|
|
14902
|
+
"runtime_width": 19200,
|
|
14903
|
+
"runtime_height": 10800
|
|
14904
|
+
}
|
|
13485
14905
|
}
|
|
13486
14906
|
]
|
|
13487
14907
|
}
|