Commit ed9ecf9ccf131943a79fe46775c40fdc02f164da
1 parent
5ba88a3c
fix: control components not add to more graph
Showing
3 changed files
with
2 additions
and
1 deletions
src/main/webapp/images/thingskit/控制元件.png
0 → 100644
9.89 KB
... | ... | @@ -306,7 +306,7 @@ |
306 | 306 | var supportedDomain = (hostName.substring(hostName.length - 8, hostName.length) === '.draw.io') || |
307 | 307 | (hostName.substring(hostName.length - 13, hostName.length) === '.diagrams.net'); |
308 | 308 | |
309 | - const releaseVersion = '1658915861841' | |
309 | + const releaseVersion = '1658971884984' | |
310 | 310 | const appMinSrc = Enable_OSS ? `${OSS_Prefix}app.min.js?v=${releaseVersion}` : `js/app.min.js?v=${releaseVersion}` |
311 | 311 | function loadAppJS() { |
312 | 312 | mxscript(appMinSrc, function () { | ... | ... |
... | ... | @@ -697,6 +697,7 @@ |
697 | 697 | var thingskitEntries = [ |
698 | 698 | { title: mxResources.get('general'), id: 'general', image: IMAGE_PATH + '/sidebar-general.png' }, |
699 | 699 | { title: mxResources.get('arrows'), id: 'arrows2', image: IMAGE_PATH + '/sidebar-arrows2.png' }, |
700 | + { title: '控制元件', id: 'control', image: IMAGE_PATH + '/thingskit/控制元件.png' }, | |
700 | 701 | { title: "风机", id: 'fan', image: IMAGE_PATH + '/thingskit/风机.png' }, |
701 | 702 | { title: "发动机", id: 'engine', image: IMAGE_PATH + '/thingskit/发动机.png' }, |
702 | 703 | { title: "阀门", id: 'valve', image: IMAGE_PATH + '/thingskit/阀门.png' }, | ... | ... |