You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/10/24 16:37:53 UTC

[echarts-handbook] branch master updated: 修改引入错误

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-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e491c9  修改引入错误
     new a671229  Merge pull request #20 from zxx0006/patch-1
7e491c9 is described below

commit 7e491c9a0a98759f42ffeb654ab614b8f593356e
Author: zxx1985 <58...@users.noreply.github.com>
AuthorDate: Sun Oct 24 17:48:01 2021 +0800

    修改引入错误
---
 contents/zh/get-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents/zh/get-started.md b/contents/zh/get-started.md
index 461dd3e..f18c4f2 100644
--- a/contents/zh/get-started.md
+++ b/contents/zh/get-started.md
@@ -45,7 +45,7 @@ Apache ECharts 支持多种下载方式,可以在下一篇教程[安装](${lan
     <meta charset="utf-8" />
     <title>ECharts</title>
     <!-- 引入刚刚下载的 ECharts 文件 -->
-    <script src="echarts.min.js"></script>
+    <script src="echarts.js"></script>
   </head>
   <body>
     <!-- 为 ECharts 准备一个定义了宽高的 DOM -->

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