Commit 77cf28d5 by Thews

20231201wanwgansu

1 parent 52811824
...@@ -158,7 +158,7 @@ mxscript(drawDevUrl + 'js/diagramly/sidebar/Sidebar-AlliedTelesis.js'); ...@@ -158,7 +158,7 @@ mxscript(drawDevUrl + 'js/diagramly/sidebar/Sidebar-AlliedTelesis.js');
mxscript(drawDevUrl + 'js/diagramly/sidebar/Sidebar-Android.js'); mxscript(drawDevUrl + 'js/diagramly/sidebar/Sidebar-Android.js');
mxscript(drawDevUrl + 'js/diagramly/sidebar/Sidebar-ArchiMate.js'); mxscript(drawDevUrl + 'js/diagramly/sidebar/Sidebar-ArchiMate.js');
// 20231122 汪皖苏 自定义更多图形 // 20231122 汪皖苏 自定义更多图形
mxscript(drawDevUrl + 'js/diagramly/sidebar/Sidebar-ArchiMate4.js'); // mxscript(drawDevUrl + 'js/diagramly/sidebar/Sidebar-ArchiMate4.js');
mxscript(drawDevUrl + 'js/diagramly/sidebar/Sidebar-ArchiMate3.js'); mxscript(drawDevUrl + 'js/diagramly/sidebar/Sidebar-ArchiMate3.js');
mxscript(drawDevUrl + 'js/diagramly/sidebar/Sidebar-Arrows2.js'); mxscript(drawDevUrl + 'js/diagramly/sidebar/Sidebar-Arrows2.js');
mxscript(drawDevUrl + 'js/diagramly/sidebar/Sidebar-Atlassian.js'); mxscript(drawDevUrl + 'js/diagramly/sidebar/Sidebar-Atlassian.js');
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
Sidebar.prototype.veeam2 = ['Auxiliary', 'Data Center', 'Features', 'General', 'Products and Components', 'Software', 'States', 'Storage', '3D']; Sidebar.prototype.veeam2 = ['Auxiliary', 'Data Center', 'Features', 'General', 'Products and Components', 'Software', 'States', 'Storage', '3D'];
Sidebar.prototype.archimate3 = ['Application', 'Business', 'Composite', 'Implementation and Migration', 'Motivation', 'Physical', 'Relationships', 'Strategy', 'Technology']; Sidebar.prototype.archimate3 = ['Application', 'Business', 'Composite', 'Implementation and Migration', 'Motivation', 'Physical', 'Relationships', 'Strategy', 'Technology'];
Sidebar.prototype.archimate4 = ['Application']; // Sidebar.prototype.archimate4 = ['Application'];
Sidebar.prototype.electrical = ['LogicGates', 'Resistors', 'Capacitors', 'Inductors', 'SwitchesRelays', 'Diodes', 'Sources', 'Transistors', 'Misc', 'Audio', 'PlcLadder', 'Abstract', 'Optical', 'VacuumTubes', 'Waveforms', 'Instruments', 'RotMech', 'Transmission']; Sidebar.prototype.electrical = ['LogicGates', 'Resistors', 'Capacitors', 'Inductors', 'SwitchesRelays', 'Diodes', 'Sources', 'Transistors', 'Misc', 'Audio', 'PlcLadder', 'Abstract', 'Optical', 'VacuumTubes', 'Waveforms', 'Instruments', 'RotMech', 'Transmission'];
...@@ -155,8 +155,7 @@ ...@@ -155,8 +155,7 @@
{id: 'atlassian', libs: ['atlassian']}, {id: 'atlassian', libs: ['atlassian']},
{id: 'fluid_power', libs: ['fluid_power']}, {id: 'fluid_power', libs: ['fluid_power']},
{id: 'gmdl', prefix: 'gmdl', libs: Sidebar.prototype.gmdl}, {id: 'gmdl', prefix: 'gmdl', libs: Sidebar.prototype.gmdl},
{id: 'archimate4', prefix: 'archimate4', libs: Sidebar.prototype.archimate4}, // {id: 'archimate4', prefix: 'archimate4', libs: Sidebar.prototype.archimate4},
{id: 'archimate_define', prefix: 'archimate_define', libs: Sidebar.prototype.archimate_define},
{id: 'archimate', libs: ['archimate']}, {id: 'archimate', libs: ['archimate']},
{id: 'webicons', libs: ['webicons', 'weblogos']}, {id: 'webicons', libs: ['webicons', 'weblogos']},
{id: 'sysml', prefix: 'sysml', libs: Sidebar.prototype.sysml}]; {id: 'sysml', prefix: 'sysml', libs: Sidebar.prototype.sysml}];
...@@ -516,7 +515,7 @@ ...@@ -516,7 +515,7 @@
// 二次开发 20231117 wangwansu ArchiMate 3.0英文改中文 // 二次开发 20231117 wangwansu ArchiMate 3.0英文改中文
// entries: [{title: 'ArchiMate 3.0', id: 'archimate3', image: IMAGE_PATH + '/sidebar-archimate3.png'}, // entries: [{title: 'ArchiMate 3.0', id: 'archimate3', image: IMAGE_PATH + '/sidebar-archimate3.png'},
entries: [{title: '架构', id: 'archimate3', image: IMAGE_PATH + '/sidebar-archimate3.png'}, entries: [{title: '架构', id: 'archimate3', image: IMAGE_PATH + '/sidebar-archimate3.png'},
{title: '架构-自定义', id: 'archimate4', image: IMAGE_PATH + '/sidebar-archimate3.png'}, // {title: '架构-自定义', id: 'archimate4', image: IMAGE_PATH + '/sidebar-archimate3.png'},
{title: mxResources.get('archiMate21'), id: 'archimate', image: IMAGE_PATH + '/sidebar-archimate.png'}, {title: mxResources.get('archiMate21'), id: 'archimate', image: IMAGE_PATH + '/sidebar-archimate.png'},
{title: mxResources.get('bpmn') + ' 2.0', id: 'bpmn2', image: IMAGE_PATH + '/sidebar-bpmn.png'}, {title: mxResources.get('bpmn') + ' 2.0', id: 'bpmn2', image: IMAGE_PATH + '/sidebar-bpmn.png'},
{title: mxResources.get('sysml'), id: 'sysml', image: IMAGE_PATH + '/sidebar-sysml.png'}, {title: mxResources.get('sysml'), id: 'sysml', image: IMAGE_PATH + '/sidebar-sysml.png'},
...@@ -1192,7 +1191,7 @@ ...@@ -1192,7 +1191,7 @@
this.addVeeam2Palette(); this.addVeeam2Palette();
this.addVVDPalette(); this.addVVDPalette();
this.addArchimate3Palette(); this.addArchimate3Palette();
this.addArchimate4Palette(); // this.addArchimate4Palette();
this.addArchiMatePalette(); this.addArchiMatePalette();
this.addBpmn2Palette(); this.addBpmn2Palette();
this.addSysMLPalette(sysml, dir); this.addSysMLPalette(sysml, dir);
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript> </noscript>
<div id="app"></div> <div id="app"></div>
<script type="text/javascript" src="http://192.168.0.187:9999/web-apps/apps/api/documents/api.js"></script> <script src="./api.js"></script>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
</body> </body>
<style> <style>
......
...@@ -38,12 +38,6 @@ ...@@ -38,12 +38,6 @@
<img src="@/assets/二级切图.png" alt=""> <img src="@/assets/二级切图.png" alt="">
<span style="margin-left: 5px;">架构元模型管理</span> <span style="margin-left: 5px;">架构元模型管理</span>
</div> </div>
<!-- <p @click="jumpPage('架构元素管理')">架构元素管理</p>
<p>架构元素关系管理</p>
<p @click="jumpPage('元模型管理')">元模型管理</p>
<p>架构视图配置</p>
<p>元模型字典管理</p> -->
<!-- <p @click="jumpPage('在线文档编制')">在线文档编制</p> -->
<div class="menu_1_item_subtitle" @click="jumpPage('架构元素管理')"> <div class="menu_1_item_subtitle" @click="jumpPage('架构元素管理')">
<img src="@/assets/三级圆环.png" alt=""> <img src="@/assets/三级圆环.png" alt="">
<span style="margin-left: 5px;">架构元素管理</span> <span style="margin-left: 5px;">架构元素管理</span>
...@@ -76,6 +70,11 @@ ...@@ -76,6 +70,11 @@
<img src="@/assets/三级圆环.png" alt=""> <img src="@/assets/三级圆环.png" alt="">
<span style="margin-left: 5px;">架构视图管理</span> <span style="margin-left: 5px;">架构视图管理</span>
</div> </div>
<div class="menu_1_item_subtitle" @click="jumpPage('在线文档编制')">
<img src="@/assets/三级圆环.png" alt="">
<span style="margin-left: 5px;">在线文档编制</span>
</div>
</div> </div>
<img class="menu_1_item_line" src="@/assets/分割线.png" alt="" /> <img class="menu_1_item_line" src="@/assets/分割线.png" alt="" />
<div class="menu_1_item"> <div class="menu_1_item">
...@@ -649,5 +648,6 @@ ...@@ -649,5 +648,6 @@
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 10px; margin-bottom: 10px;
cursor: pointer;
} }
</style> </style>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!