Skip to content

Commit

Permalink
docs: update ground overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Nov 12, 2022
1 parent 60cb9bb commit 25c74c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions docs/.vitepress/sidebar.config.zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -21,7 +17,7 @@ const sidebarConfig = {
link: '/zh/guide/usage-cdn'
},
{
text: '密钥ak与插件',
text: '密钥 ak 与插件',
link: '/zh/guide/config'
}
]
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/overlay/ground-overlay.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 地面叠加层
# 地面叠加层 <Badge type="tip" text="^0.0.32" />

在地图底面上叠加覆盖物,覆盖物可以是图片、自定义 Canvas、视频。

Expand Down
2 changes: 1 addition & 1 deletion packages/components/overlay/ground-overlay/index.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template></template>

<script setup lang="ts">
import { defineEmits, inject, nextTick, ref, Ref, watch } from 'vue'
import { defineEmits, nextTick, Ref, watch } from 'vue'
import useBaseMapEffect from '../../../hooks/useBaseMapEffect'
import useLifeCycle from '../../../hooks/useLifeCycle'
import bindEvents, { Callback } from '../../../utils/bindEvents'
Expand Down

0 comments on commit 25c74c2

Please sign in to comment.