[incubator-echarts-website] branch asf-site updated: update

2020-11-12 Thread sushuang
This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new deb77b6  update
deb77b6 is described below

commit deb77b62c2949c08f602b8f1ef8c255161a888a0
Author: 100pah 
AuthorDate: Thu Nov 12 16:36:29 2020 +0800

update
---
 .htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.htaccess b/.htaccess
index a95afca..22d096c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -28,3 +28,4 @@ RewriteRule ^/?(index[.]html)?$ "/zh/index.html" [L,R=301]
 RewriteCond "%{HTTP:Accept-Language}" ^en [NC]
 RewriteRule ^/?(index[.]html)?$ "/en/index.html" [L,R=301]
 
+RewriteRule ^/?(index[.]html)?$ "/en/index.html" [L,R=301]


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



[incubator-echarts-website] branch asf-site updated: update

2020-11-12 Thread sushuang
This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 79df0b8  update
79df0b8 is described below

commit 79df0b83ce8e487337154af510d6a93d70db2b73
Author: 100pah 
AuthorDate: Thu Nov 12 16:29:30 2020 +0800

update
---
 .htaccess | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index ae4a886..a95afca 100644
--- a/.htaccess
+++ b/.htaccess
@@ -23,8 +23,8 @@ Header set Access-Control-Allow-Headers: "*"
 RewriteEngine On
 
 RewriteCond "%{HTTP:Accept-Language}" ^zh [NC]
-RewriteRule ^/(index.html)?$ "/zh/index.html" [L,R=301]
+RewriteRule ^/?(index[.]html)?$ "/zh/index.html" [L,R=301]
 
 RewriteCond "%{HTTP:Accept-Language}" ^en [NC]
-RewriteRule ^/(index.html)?$ "/en/index.html" [L,R=301]
+RewriteRule ^/?(index[.]html)?$ "/en/index.html" [L,R=301]
 


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



[incubator-echarts-website] branch asf-site updated: update

2020-11-12 Thread sushuang
This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new b569da2  update
b569da2 is described below

commit b569da27becb2f4dd68b34e2ddfdf93856843572
Author: 100pah 
AuthorDate: Thu Nov 12 16:26:22 2020 +0800

update
---
 .htaccess | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.htaccess b/.htaccess
index c77a3bb..ae4a886 100644
--- a/.htaccess
+++ b/.htaccess
@@ -22,9 +22,9 @@ Header set Access-Control-Allow-Headers: "*"
 
 RewriteEngine On
 
-RewriteCond "%{HTTP:Accept-Language}" "^zh" [NC]
-RewriteRule "^/(index.html)?$" "/zh/index.html" [L,R=301]
+RewriteCond "%{HTTP:Accept-Language}" ^zh [NC]
+RewriteRule ^/(index.html)?$ "/zh/index.html" [L,R=301]
 
-RewriteCond "%{HTTP:Accept-Language}" "^en" [NC]
-RewriteRule "^/(index.html)?$" "/en/index.html" [L,R=301]
+RewriteCond "%{HTTP:Accept-Language}" ^en [NC]
+RewriteRule ^/(index.html)?$ "/en/index.html" [L,R=301]
 


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



[incubator-echarts-website] branch asf-site updated: Update README.md

2020-10-26 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 2593127  Update README.md
2593127 is described below

commit 2593127f6d6becb625c89f8503b5cf68ad1cca6e
Author: Wenli Zhang 
AuthorDate: Tue Oct 27 11:46:30 2020 +0800

Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b0a1c33..fb14258 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 
 ## Setup
 
-Clone this project, alone with 
[echarts](https://github.com/apache/incubator-echarts), 
[echarts-www](https://github.com/ecomfe/echarts-www), 
[echarts-examples](https://github.com/ecomfe/echarts-examples), 
[echarts-doc](https://github.com/ecomfe/echarts-doc) under the same directory.
+Clone this project, alone with 
[echarts](https://github.com/apache/incubator-echarts), 
[echarts-www](https://github.com/apache/incubator-echarts-www), 
[echarts-examples](https://github.com/apache/incubator-echarts-examples), 
[echarts-doc](https://github.com/apache/incubator-echarts-doc) under the same 
directory.
 
 
 ## Debug Locally


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



[incubator-echarts-website] branch asf-site updated: Update ace version for Chinese input

2020-09-27 Thread shenyi
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 88eb653  Update ace version for Chinese input
88eb653 is described below

commit 88eb65335cd6147f7a03ecb026bb739aca8f532b
Author: Yi Shen 
AuthorDate: Sun Sep 27 17:34:10 2020 +0800

Update ace version for Chinese input
---
 examples/zh/editor.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/zh/editor.html b/examples/zh/editor.html
index fc89e46..215e8e0 100644
--- a/examples/zh/editor.html
+++ b/examples/zh/editor.html
@@ -42,7 +42,7 @@ window.ROOT_PATH = EC_EXAMPLE_IS_GL ? 
'https://echarts.apache.org/examples' : 'h
 window.CDN_PAY_ROOT_PATH = 'https://echarts-www.cdn.bcebos.com/examples';
 window.CDN_PAY_VERSION = '20200710_1';
 window.CDN_THIRD_PARTY_ECHARTS_GL = 
'https://cdn.jsdelivr.net/npm/echarts-gl/dist/echarts-gl.min.js'
-https://cdn.jsdelivr.net/npm/dat.gui@0.6.5/build/dat.gui.min.js";>https://cdn.jsdelivr.net/npm/echarts/dist/echarts.min.js?_v_=1598903772045";>https://cdn.jsdelivr.net/npm/echarts-stat/dist/ecStat.min.js";>https://cdn.jsdelivr.net/npm/echarts/map/js/china.js?_v_=1598903772045";>https://cdn.jsdelivr.net/npm/dat.gui@0.6.5/build/dat.gui.min.js";>https://cdn.jsdelivr.net/npm/echarts/dist/echarts.min.js?_v_=1598903772045";>https://cdn.jsdelivr.net/npm/echarts-stat/dist/ecStat.min.js";>https://cdn.jsdelivr.net/npm/echarts/map/js/china.js?_v_=1598903772045";>