From f21f925762521ba8089567eca5675902cd090e78 Mon Sep 17 00:00:00 2001 From: thinkinggis Date: Fri, 29 Nov 2019 13:33:44 +0800 Subject: [PATCH] chore(version): update docs demo version --- docs/api/l7stable.en.md | 2 +- docs/api/l7stable.zh.md | 2 +- docs/tutorial/map/amap.en.md | 4 ++-- docs/tutorial/map/amap.zh.md | 4 ++-- docs/tutorial/map/mapbox.en.md | 4 ++-- docs/tutorial/map/mapbox.zh.md | 4 ++-- docs/tutorial/quickstart.en.md | 4 ++-- docs/tutorial/quickstart.zh.md | 4 ++-- gatsby-config.js | 3 ++- 9 files changed, 16 insertions(+), 15 deletions(-) diff --git a/docs/api/l7stable.en.md b/docs/api/l7stable.en.md index c1e36e865e..4ff764a220 100644 --- a/docs/api/l7stable.en.md +++ b/docs/api/l7stable.en.md @@ -9,7 +9,7 @@ order: 1 ## [旧版地址](https://antv-2018.alipay.com/zh-cn/l7/1.x/index.html) -目前 1.x 版本最新版本为 1.4.2 版本 +目前 1.x 版本最新版本为 ![L7 1.x 版本](https://badgen.net/npm/v/@antv/l7) #### CDN 在线使用连接为 diff --git a/docs/api/l7stable.zh.md b/docs/api/l7stable.zh.md index 689d8190d8..9316115f55 100644 --- a/docs/api/l7stable.zh.md +++ b/docs/api/l7stable.zh.md @@ -9,7 +9,7 @@ order: 1 ## [旧版地址](https://antv-2018.alipay.com/zh-cn/l7/1.x/index.html) -目前 1.x 版本最新版本为 1.4.2 版本 +目前 1.x 版本最新版本为 ![L7 1.x 版本](https://badgen.net/npm/v/@antv/l7) #### CDN 在线使用连接为 diff --git a/docs/tutorial/map/amap.en.md b/docs/tutorial/map/amap.en.md index 69517d7375..0115628ac7 100644 --- a/docs/tutorial/map/amap.en.md +++ b/docs/tutorial/map/amap.en.md @@ -18,7 +18,7 @@ order: 0 2.0版本在L7内部动态引入了高德地图JS API,因此不再需要单独引入高德JS API,只需设置 type 为 ```amap``` 并且传入token ```html - + ``` ### 添加div 标签指定地图容器 @@ -106,7 +106,7 @@ fetch('https://gw.alipayobjects.com/os/rmsportal/oVTMqfzuuRFKiDwhPSFL.json')
- + + ``` ### 添加div 标签指定地图容器 @@ -106,7 +106,7 @@ fetch('https://gw.alipayobjects.com/os/rmsportal/oVTMqfzuuRFKiDwhPSFL.json')
- + + ``` @@ -114,7 +114,7 @@ fetch('https://gw.alipayobjects.com/os/rmsportal/oVTMqfzuuRFKiDwhPSFL.json')
- + + ``` @@ -115,7 +115,7 @@ fetch('https://gw.alipayobjects.com/os/rmsportal/oVTMqfzuuRFKiDwhPSFL.json')
- + ``` diff --git a/docs/tutorial/quickstart.zh.md b/docs/tutorial/quickstart.zh.md index 2612998518..c625eaa6d7 100644 --- a/docs/tutorial/quickstart.zh.md +++ b/docs/tutorial/quickstart.zh.md @@ -7,7 +7,7 @@ redirect_from: # L7 -Current version: 2.0.0-beta.10 +Current version: ![L7 2.0版本号](https://badgen.net/npm/v/@antv/l7/beta) ## 使用方法 @@ -17,7 +17,7 @@ Include the L7 JS JavaScript of your HTML file. ```html - ``` diff --git a/gatsby-config.js b/gatsby-config.js index 87c2782184..0eb329c16d 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -166,7 +166,8 @@ module.exports = { playground: { container: '
', dependencies: { - '@antv/l7': 'beta' + '@antv/l7': 'beta', + '@antv/l7-maps': 'latest' } } }