Skip to content

Commit

Permalink
docs: updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyaoji committed May 19, 2022
1 parent 6bf5e15 commit 2cb13b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 5 additions & 3 deletions website/components/ad-sense.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
* @Author: zouyaoji@https://github.com/zouyaoji
* @Date: 2022-01-28 00:24:46
* @LastEditTime: 2022-05-15 09:53:20
* @LastEditTime: 2022-05-19 14:18:38
* @LastEditors: zouyaoji
* @Description:
* @FilePath: \vue-cesium@next\website\components\ad-sense.vue
Expand All @@ -19,7 +19,9 @@
:data-ad-layout="dataAdLayout"
></ins>
</div>
<a href="https://502502.xyz/aff.php?aff=312" style="padding-left: 20px" target="_blank">{{ otherAd }}</a>
<app-link href="https://502502.xyz/aff.php?aff=312">
<span style="padding-left: 20px">{{ otherAd }}</span>
</app-link>
</div>
</template>

Expand All @@ -41,7 +43,7 @@ export default {
return this.$route.path.indexOf('/zh-CN/') !== -1 ? '赞助商' : 'Sponsor'
},
otherAd() {
return this.$route.path.indexOf('/zh-CN/') !== -1 ? '便宜稳定的科学上网工具' : 'Cheap and stable VPN'
return this.$route.path.indexOf('/zh-CN/') !== -1 ? '科学上网梯子推荐' : 'Stable VPN Recommendation'
}
},
mounted() {
Expand Down
7 changes: 4 additions & 3 deletions website/docs/zh-CN/providers/vc-terrain-provider-cesium.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!--
* @Author: zouyaoji@https://github.com/zouyaoji
* @Date: 2021-04-18 15:43:38
* @LastEditTime: 2022-03-04 15:41:40
* @LastEditors: Weibo Cao
* @LastEditTime: 2022-05-19 13:06:29
* @LastEditors: zouyaoji
* @Description:
* @FilePath: \vue-cesium\website\docs\zh-CN\providers\vc-terrain-provider-cesium.md
* @FilePath: \vue-cesium@next\website\docs\zh-CN\providers\vc-terrain-provider-cesium.md
-->

## VcTerrainProviderCesium
Expand All @@ -20,6 +20,7 @@
```html
<el-row ref="viewerContainer" class="demo-viewer">
<vc-viewer @ready="onViewerReady" :imageryProvider="imageryProvider">
<vc-navigation></vc-navigation>
<vc-terrain-provider-cesium ref="provider"></vc-terrain-provider-cesium>
</vc-viewer>
<div class="demo-toolbar">
Expand Down

0 comments on commit 2cb13b5

Please sign in to comment.