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 7a3dc061 tweak link target
7a3dc061 is described below
commit 7a3dc061291ea8ed7deece6a5a6d4909457f87b5
Author: plainheart <[email protected]>
AuthorDate: Mon Nov 10 23:49:17 2025 +0800
tweak link target
---
_jade/components/nav-mixin.jade | 3 ++-
_jade/en/nav-mixin.jade | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/_jade/components/nav-mixin.jade b/_jade/components/nav-mixin.jade
index ce699afc..5522eb0b 100644
--- a/_jade/components/nav-mixin.jade
+++ b/_jade/components/nav-mixin.jade
@@ -39,7 +39,8 @@ mixin nav(hostParam, cdnPayRootParam, cdnPayVersionParam)
li
a(href="#{hostParam}/zh/download-theme.html") 主题下载
li
-
a(href="https://github.com/apache/echarts-custom-series") 自定义系列下载
+
a(href="https://github.com/apache/echarts-custom-series", target="_blank")
自定义系列下载
+ include ./svg/external-link
li
a(href="#{hostParam}/zh/download-extension.html")
扩展下载
li#nav-examples
diff --git a/_jade/en/nav-mixin.jade b/_jade/en/nav-mixin.jade
index 84cde0dc..172cf32f 100644
--- a/_jade/en/nav-mixin.jade
+++ b/_jade/en/nav-mixin.jade
@@ -39,7 +39,8 @@ mixin nav(hostParam, cdnPayRootParam, cdnPayVersionParam)
li
a(href="#{hostParam}/en/download-theme.html")
Download Themes
li
-
a(href="https://github.com/apache/echarts-custom-series") Download Custom Series
+
a(href="https://github.com/apache/echarts-custom-series", target="_blank")
Download Custom Series
+ include ../components/svg/external-link
li
a(href="#{hostParam}/en/download-extension.html")
Download Extensions
li#nav-examples
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]