From 25c74c219579e74dd16964a0db9fa2a7034ab224 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8A=B1=E5=BC=80=E5=8D=8A=E4=BA=A9=E5=9C=B0?=
<2572468699@qq.com>
Date: Sat, 12 Nov 2022 13:31:40 +0800
Subject: [PATCH] docs: update ground overlay
---
docs/.vitepress/sidebar.config.zh.ts | 6 +-----
docs/zh/overlay/ground-overlay.md | 2 +-
packages/components/overlay/ground-overlay/index.vue | 2 +-
3 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/docs/.vitepress/sidebar.config.zh.ts b/docs/.vitepress/sidebar.config.zh.ts
index ed51ee1b..db25427a 100644
--- a/docs/.vitepress/sidebar.config.zh.ts
+++ b/docs/.vitepress/sidebar.config.zh.ts
@@ -8,10 +8,6 @@ const sidebarConfig = {
text: '快速开始',
link: '/zh/guide/quick-start'
},
- // {
- // text: '申请密钥ak',
- // link: '/zh/guide/ak'
- // },
{
text: '在 SFC 中使用',
link: '/zh/guide/usage-sfc'
@@ -21,7 +17,7 @@ const sidebarConfig = {
link: '/zh/guide/usage-cdn'
},
{
- text: '密钥ak与插件',
+ text: '密钥 ak 与插件',
link: '/zh/guide/config'
}
]
diff --git a/docs/zh/overlay/ground-overlay.md b/docs/zh/overlay/ground-overlay.md
index a4f5d201..681a066c 100644
--- a/docs/zh/overlay/ground-overlay.md
+++ b/docs/zh/overlay/ground-overlay.md
@@ -1,4 +1,4 @@
-# 地面叠加层
+# 地面叠加层
在地图底面上叠加覆盖物,覆盖物可以是图片、自定义 Canvas、视频。
diff --git a/packages/components/overlay/ground-overlay/index.vue b/packages/components/overlay/ground-overlay/index.vue
index 8b54b6f1..c72307a5 100644
--- a/packages/components/overlay/ground-overlay/index.vue
+++ b/packages/components/overlay/ground-overlay/index.vue
@@ -1,7 +1,7 @@