This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


The following commit(s) were added to refs/heads/master by this push:
     new c6c23c5c update assets version
c6c23c5c is described below

commit c6c23c5c66bb8294b7ebc4a8360e5970d172f025
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Mon Feb 26 11:37:54 2024 +0800

    update assets version
---
 _jade/components/builder.jade | 2 +-
 bin/build.js                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_jade/components/builder.jade b/_jade/components/builder.jade
index ff7f9072..efee5e7e 100644
--- a/_jade/components/builder.jade
+++ b/_jade/components/builder.jade
@@ -204,7 +204,7 @@ block extra_js
             //- if (email) {
             //-     log += '&email=' + email;
             //- }
-            _hmt.push(['_trackEvent', 'builder', 'build', 
'#{downloadVersion}', log]);
+            _hmt.push(['_trackEvent', 'builder', 'build', $versionsDom.value 
|| '5', log]);
 
             window.open('#{host}/#{ecWWWLang}/builder/echarts.html?' + 
parameters);
         });
diff --git a/bin/build.js b/bin/build.js
index e3f684ca..6cc76539 100644
--- a/bin/build.js
+++ b/bin/build.js
@@ -90,7 +90,7 @@ function initEnv() {
     // Update home version each build.
     config.homeVersion = +new Date();
     // Temp: give a fixed version until need to update.
-    config.cdnPayVersion = '20200710_1';
+    config.cdnPayVersion = '20240226';
 
     config.downloadVersion = '5.0.0';
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to