You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/11/10 17:38:54 UTC

[incubator-echarts-www] branch master updated: fix examples next resource url

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9192a25  fix examples next resource url
9192a25 is described below

commit 9192a255c2d708c803573cd19e5762791fc84587
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Nov 11 01:31:20 2020 +0800

    fix examples next resource url
---
 _jade/layouts/next-example.jade | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_jade/layouts/next-example.jade b/_jade/layouts/next-example.jade
index 8f6ebd4..22cb3a3 100644
--- a/_jade/layouts/next-example.jade
+++ b/_jade/layouts/next-example.jade
@@ -8,7 +8,7 @@ block extra_head
             overflow-x: hidden;
         }
     link(rel="stylesheet", href="#{cdnThirdParty.elementUICSS}")
-    link(rel="stylesheet", href="#{cdnPayRoot}/next/examples/css/example-bundle.css?_v_=#{homeVersion}")
+    link(rel="stylesheet", href="#{cdnPayRoot}/next/examples/#{ecWWWLang}/css/example-bundle.css?_v_=#{homeVersion}")
 
 block content
 
@@ -26,7 +26,7 @@ block content
 block extra_js
     script(src="#{cdnThirdParty.vueJS}")
     script(src="#{cdnThirdParty.elementUIJS}")
-    script(src="#{cdnPayRoot}/next/examples/js/example-bundle.js?_v_=#{homeVersion}")
+    script(src="#{cdnPayRoot}/next/examples/#{ecWWWLang}/js/example-bundle.js?_v_=#{homeVersion}")
     script(type="text/javascript").
         window.EC_WWW_CDN_PAY_ROOT = '#{cdnPayRoot}';
 


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