Commit ee822fd77458dabaf389b7eda53a977f2e6ec396
1 parent
66e75481
feat: add general component libiary and arrow component libiary in more components
Showing
1 changed file
with
2 additions
and
0 deletions
... | ... | @@ -644,6 +644,8 @@ |
644 | 644 | this.setComponentPermission(VIDEO, [VIDEO_PANEL]) |
645 | 645 | |
646 | 646 | var thingskitEntries = [ |
647 | + { title: mxResources.get('general'), id: 'general', image: IMAGE_PATH + '/sidebar-general.png' }, | |
648 | + { title: mxResources.get('arrows'), id: 'arrows2', image: IMAGE_PATH + '/sidebar-arrows2.png' }, | |
647 | 649 | { title: "风机", id: 'fan', image: IMAGE_PATH + '/thingskit/风机.png' }, |
648 | 650 | { title: "发动机", id: 'engine', image: IMAGE_PATH + '/thingskit/发动机.png' }, |
649 | 651 | { title: "阀门", id: 'valve', image: IMAGE_PATH + '/thingskit/阀门.png' }, | ... | ... |