Skip to content

Commit

Permalink
docs: updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyaoji committed Dec 29, 2021
1 parent d83b113 commit 1fb1b6f
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.en-US.md
@@ -1,5 +1,14 @@
## Changelog

### 3.0.5

_2021-12-29_

#### Bug fixes

- Events cannot be triggered after adding modifiers[#140](https://github.com/zouyaoji/vue-cesium/issues/140).
- Building error of heatmapjs in the TS project.

### 3.0.4

_2021-12-23_
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.zh-CN.md
@@ -1,5 +1,14 @@
## 更新日志

### 3.0.5

_2021-12-29_

#### Bug 修复

- 事件添加修饰符后无法触发问题[#140](https://github.com/zouyaoji/vue-cesium/issues/140)
- TS 项目打包时热力图组件报错问题。

### 3.0.4

_2021-12-23_
Expand Down
6 changes: 3 additions & 3 deletions website/components/img.vue
@@ -1,18 +1,18 @@
<!--
* @Author: zouyaoji@https://github.com/zouyaoji
* @Date: 2021-12-05 21:24:25
* @LastEditTime: 2021-12-05 21:24:30
* @LastEditTime: 2021-12-29 11:35:50
* @LastEditors: zouyaoji
* @Description:
* @FilePath: \vue-cesium@next\website\components\img.vue
-->
<template>
<el-image v-bind="$attrs" />
<img v-bind="$attrs" />
</template>

<script lang="ts">
export default {
name: 'AppImg',
inheritAttrs: false,
inheritAttrs: false
}
</script>
9 changes: 6 additions & 3 deletions website/docs/en-US/donations.md
@@ -1,13 +1,14 @@
<!--
* @Author: zouyaoji@https://github.com/zouyaoji
* @Date: 2021-07-13 09:06:45
* @LastEditTime: 2021-09-03 17:20:31
* @LastEditTime: 2021-12-29 11:36:05
* @LastEditors: zouyaoji
* @Description:
* @FilePath: \vue-cesium@next\website\docs\en-US\donations.md
-->

## Donation

### Foreword

- We accept donations through these channels:
Expand All @@ -17,8 +18,10 @@

- WeChat / AliPay

![WeChat](https://zouyaoji.top/vue-cesium/images/wechat.png)
![AliPay](https://zouyaoji.top/vue-cesium/images/alipay.png)
<div style="display: flex">
<img alt="wechat" title="wechat" src="https://zouyaoji.top/vue-cesium/images/wechat.png">
<img alt="alipay" title="alipay" src="https://zouyaoji.top/vue-cesium/images/alipay.png">
</div>

### Sponsors

Expand Down
11 changes: 7 additions & 4 deletions website/docs/zh-CN/donations.md
@@ -1,7 +1,7 @@
<!--
* @Author: zouyaoji@https://github.com/zouyaoji
* @Date: 2021-07-13 09:06:45
* @LastEditTime: 2021-09-03 17:12:56
* @LastEditTime: 2021-12-28 21:40:02
* @LastEditors: zouyaoji
* @Description:
* @FilePath: \vue-cesium@next\website\docs\zh-CN\donations.md
Expand All @@ -14,6 +14,7 @@
* @Description:
* @FilePath: \vue-cesium@next\website\docs\zh-CN\donations.md
-->

## 捐赠

### 土豪赞赏
Expand All @@ -22,8 +23,10 @@
- 赞赏请备注,有捐赠过的同学,如果你希望将你的信息展示出来,请联系我。
- 微信 / 支付宝

![WeChat](https://zouyaoji.top/vue-cesium/images/wechat.png)
![AliPay](https://zouyaoji.top/vue-cesium/images/alipay.png)
<div style="display: flex">
<img alt="wechat" title="wechat" src="https://zouyaoji.top/vue-cesium/images/wechat.png">
<img alt="alipay" title="alipay" src="https://zouyaoji.top/vue-cesium/images/alipay.png">
</div>

### 捐赠者

Expand All @@ -38,7 +41,7 @@

### 贡献者

- 特别感谢每一位贡献及帮助过vue-cesium开发的同学
- 特别感谢每一位贡献及帮助过 vue-cesium 开发的同学

- [`【z4none】`](https://github.com/z4none) 提出 vc-viewer 组件相机问题 [#27](https://github.com/zouyaoji/vue-cesium/issues/27)
- [`【alicjamusial】`](https://github.com/alicjamusial) 提出单页面初始化多个 vc-viewer 组件崩溃问题 [#58](https://github.com/zouyaoji/vue-cesium/issues/58)
Expand Down

0 comments on commit 1fb1b6f

Please sign in to comment.