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 @@