Commit 5ba88a3c15a478420a76bc394dfc5ecd84d25f5e

Authored by ww
1 parent 186acb75

fix: build war Sidebar-Control-Components.js file name error

@@ -81,7 +81,7 @@ @@ -81,7 +81,7 @@
81 <file name="Dialogs.js" /> 81 <file name="Dialogs.js" />
82 </sources> 82 </sources>
83 </jscomp> 83 </jscomp>
84 - 84 +
85 <jscomp compilationLevel="simple" debug="false" forceRecompile="true" output="${basedir}/sidebar.min.js"> 85 <jscomp compilationLevel="simple" debug="false" forceRecompile="true" output="${basedir}/sidebar.min.js">
86 <sources dir="${war.dir}/js/diagramly/sidebar"> 86 <sources dir="${war.dir}/js/diagramly/sidebar">
87 <file name="Sidebar.js" /> 87 <file name="Sidebar.js" />
@@ -149,7 +149,7 @@ @@ -149,7 +149,7 @@
149 <!-- 管道 --> 149 <!-- 管道 -->
150 <file name="./thingskit/Sidebar-Conduit.js" /> 150 <file name="./thingskit/Sidebar-Conduit.js" />
151 <!-- 控制元件 --> 151 <!-- 控制元件 -->
152 - <file name="./thingskit/Sidebar-Controller-Components.js" /> 152 + <file name="./thingskit/Sidebar-Control-Components.js" />
153 <!-- 发动机 --> 153 <!-- 发动机 -->
154 <file name="./thingskit/Sidebar-Engine.js" /> 154 <file name="./thingskit/Sidebar-Engine.js" />
155 <!-- 风机 --> 155 <!-- 风机 -->
@@ -306,7 +306,7 @@ @@ -306,7 +306,7 @@
306 var supportedDomain = (hostName.substring(hostName.length - 8, hostName.length) === '.draw.io') || 306 var supportedDomain = (hostName.substring(hostName.length - 8, hostName.length) === '.draw.io') ||
307 (hostName.substring(hostName.length - 13, hostName.length) === '.diagrams.net'); 307 (hostName.substring(hostName.length - 13, hostName.length) === '.diagrams.net');
308 308
309 - const releaseVersion = '1658740331370' 309 + const releaseVersion = '1658915861841'
310 const appMinSrc = Enable_OSS ? `${OSS_Prefix}app.min.js?v=${releaseVersion}` : `js/app.min.js?v=${releaseVersion}` 310 const appMinSrc = Enable_OSS ? `${OSS_Prefix}app.min.js?v=${releaseVersion}` : `js/app.min.js?v=${releaseVersion}`
311 function loadAppJS() { 311 function loadAppJS() {
312 mxscript(appMinSrc, function () { 312 mxscript(appMinSrc, function () {