Browse Source

change readme files

tags/2.0.0
Caven Chen 4 years ago
parent
commit
54bae40dab
6 changed files with 35 additions and 57 deletions
  1. 6
    8
      README.md
  2. 5
    9
      packages/base/README.md
  3. 6
    10
      packages/chart/README.md
  4. 6
    10
      packages/core/README.md
  5. 6
    10
      packages/mapv/README.md
  6. 6
    10
      packages/sdk/README.md

+ 6
- 8
README.md View File

@@ -170,7 +170,7 @@ DC.ready(() => {

## Documentation

[DC Sdk Api](https://resource.dvgis.cn/dc-api/v2.x)
[DC Sdk Api](https://resource.dvgis.cn/dc-doc/v2.x)

[Cesium Api](https://cesium.com/docs/cesiumjs-ref-doc/)

@@ -193,12 +193,6 @@ DC.ready(() => {
| dc-analysis | <img src="https://img.shields.io/npm/v/@dvgis/dc-analysis?logo=npm" /> | dc analysis module, including camera-video, position-editor, measure, etc |
| dc-ui-next | <img src="https://img.shields.io/npm/v/@dvgis/dc-ui-next?logo=npm" /> | dc components for Vue3.x |

## QQ Group

<p>
<img src="http://dc.dvgis.cn/examples/images/base/q1.png?v=2" style="width:60px;height:60px" title="数字视觉"/>
<img src="http://dc.dvgis.cn/examples/images/base/q2.png?v=6" style="width:60px;height:60px" title="Cesium开心农场"/>
</p>

## Copyright

@@ -215,8 +209,12 @@ We reserve the right of final interpretation of this copyright information.
## Support

> if dc-sdk can bring benefits to you, please support it ~

<p>
<img src="http://dc.dvgis.cn/examples/images/base/sponsor.jpg?v=2" style="width:60px;height:60px" title="数字视觉"/>
<a href="https://www.paypal.com/paypalme/cavencj">
<img src="https://www.paypalobjects.com/images/shared/paypal-logo-129x32.svg" style="margin-top:10px" />
</a>
</p>


## Thanks

+ 5
- 9
packages/base/README.md View File

@@ -168,7 +168,7 @@ DC.ready(() => {

## Documentation

[DC Sdk Api](https://resource.dvgis.cn/dc-api/v2.x)
[DC Sdk Api](https://resource.dvgis.cn/dc-docs/v2.x)

[Cesium Api](https://cesium.com/docs/cesiumjs-ref-doc/)

@@ -191,13 +191,6 @@ DC.ready(() => {
| dc-analysis | <img src="https://img.shields.io/npm/v/@dvgis/dc-analysis?logo=npm" /> | dc analysis module, including camera-video, position-editor, measure, etc |
| dc-ui-next | <img src="https://img.shields.io/npm/v/@dvgis/dc-ui-next?logo=npm" /> | dc components for Vue3.x |

## QQ Group

<p>
<img src="http://dc.dvgis.cn/examples/images/base/q1.png?v=2" style="width:60px;height:60px" title="数字视觉"/>
<img src="http://dc.dvgis.cn/examples/images/base/q2.png?v=6" style="width:60px;height:60px" title="Cesium开心农场"/>
</p>

## Copyright

```warning
@@ -213,8 +206,11 @@ We reserve the right of final interpretation of this copyright information.
## Support

> if dc-sdk can bring benefits to you, please support it ~

<p>
<img src="http://dc.dvgis.cn/examples/images/base/sponsor.jpg?v=2" style="width:60px;height:60px" title="数字视觉"/>
<a href="https://www.paypal.com/paypalme/cavencj">
<img src="https://www.paypalobjects.com/images/shared/paypal-logo-129x32.svg" style="margin-top:10px" />
</a>
</p>

## Thanks

+ 6
- 10
packages/chart/README.md View File

@@ -61,7 +61,7 @@ import '@dvgis/dc-core/dist/dc.core.min.css'

`CDN`

[Resources](https://github.com/dvgis/dc-sdk/releases)
[Resources 下载链接](https://github.com/dvgis/dc-sdk/tree/master/dist)

```html
<script src="https://cdn.jsdelivr.net/npm/@dvgis/dc-sdk/dist/dc.base.min.js"></script>
@@ -168,7 +168,7 @@ DC.ready(() => {

## Documentation

[DC Sdk Api](https://resource.dvgis.cn/dc-api/v2.x)
[DC Sdk Api](https://resource.dvgis.cn/dc-docs/v2.x)

[Cesium Api](https://cesium.com/docs/cesiumjs-ref-doc/)

@@ -191,13 +191,6 @@ DC.ready(() => {
| dc-analysis | <img src="https://img.shields.io/npm/v/@dvgis/dc-analysis?logo=npm" /> | dc analysis module, including camera-video, position-editor, measure, etc |
| dc-ui-next | <img src="https://img.shields.io/npm/v/@dvgis/dc-ui-next?logo=npm" /> | dc components for Vue3.x |

## QQ Group

<p>
<img src="http://dc.dvgis.cn/examples/images/base/q1.png?v=2" style="width:60px;height:60px" title="数字视觉"/>
<img src="http://dc.dvgis.cn/examples/images/base/q2.png?v=6" style="width:60px;height:60px" title="Cesium开心农场"/>
</p>

## Copyright

```warning
@@ -213,8 +206,11 @@ We reserve the right of final interpretation of this copyright information.
## Support

> if dc-sdk can bring benefits to you, please support it ~

<p>
<img src="http://dc.dvgis.cn/examples/images/base/sponsor.jpg?v=2" style="width:60px;height:60px" title="数字视觉"/>
<a href="https://www.paypal.com/paypalme/cavencj">
<img src="https://www.paypalobjects.com/images/shared/paypal-logo-129x32.svg" style="margin-top:10px" />
</a>
</p>

## Thanks

+ 6
- 10
packages/core/README.md View File

@@ -61,7 +61,7 @@ import '@dvgis/dc-core/dist/dc.core.min.css'

`CDN`

[Resources](https://github.com/dvgis/dc-sdk/releases)
[Resources 下载链接](https://github.com/dvgis/dc-sdk/tree/master/dist)

```html
<script src="https://cdn.jsdelivr.net/npm/@dvgis/dc-sdk/dist/dc.base.min.js"></script>
@@ -168,7 +168,7 @@ DC.ready(() => {

## Documentation

[DC Sdk Api](https://resource.dvgis.cn/dc-api/v2.x)
[DC Sdk Api](https://resource.dvgis.cn/dc-docs/v2.x)

[Cesium Api](https://cesium.com/docs/cesiumjs-ref-doc/)

@@ -191,13 +191,6 @@ DC.ready(() => {
| dc-analysis | <img src="https://img.shields.io/npm/v/@dvgis/dc-analysis?logo=npm" /> | dc analysis module, including camera-video, position-editor, measure, etc |
| dc-ui-next | <img src="https://img.shields.io/npm/v/@dvgis/dc-ui-next?logo=npm" /> | dc components for Vue3.x |

## QQ Group

<p>
<img src="http://dc.dvgis.cn/examples/images/base/q1.png?v=2" style="width:60px;height:60px" title="数字视觉"/>
<img src="http://dc.dvgis.cn/examples/images/base/q2.png?v=6" style="width:60px;height:60px" title="Cesium开心农场"/>
</p>

## Copyright

```warning
@@ -213,8 +206,11 @@ We reserve the right of final interpretation of this copyright information.
## Support

> if dc-sdk can bring benefits to you, please support it ~

<p>
<img src="http://dc.dvgis.cn/examples/images/base/sponsor.jpg?v=2" style="width:60px;height:60px" title="数字视觉"/>
<a href="https://www.paypal.com/paypalme/cavencj">
<img src="https://www.paypalobjects.com/images/shared/paypal-logo-129x32.svg" style="margin-top:10px" />
</a>
</p>

## Thanks

+ 6
- 10
packages/mapv/README.md View File

@@ -61,7 +61,7 @@ import '@dvgis/dc-core/dist/dc.core.min.css'

`CDN`

[Resources](https://github.com/dvgis/dc-sdk/releases)
[Resources 下载链接](https://github.com/dvgis/dc-sdk/tree/master/dist)

```html
<script src="https://cdn.jsdelivr.net/npm/@dvgis/dc-sdk/dist/dc.base.min.js"></script>
@@ -168,7 +168,7 @@ DC.ready(() => {

## Documentation

[DC Sdk Api](https://resource.dvgis.cn/dc-api/v2.x)
[DC Sdk Api](https://resource.dvgis.cn/dc-docs/v2.x)

[Cesium Api](https://cesium.com/docs/cesiumjs-ref-doc/)

@@ -191,13 +191,6 @@ DC.ready(() => {
| dc-analysis | <img src="https://img.shields.io/npm/v/@dvgis/dc-analysis?logo=npm" /> | dc analysis module, including camera-video, position-editor, measure, etc |
| dc-ui-next | <img src="https://img.shields.io/npm/v/@dvgis/dc-ui-next?logo=npm" /> | dc components for Vue3.x |

## QQ Group

<p>
<img src="http://dc.dvgis.cn/examples/images/base/q1.png?v=2" style="width:60px;height:60px" title="数字视觉"/>
<img src="http://dc.dvgis.cn/examples/images/base/q2.png?v=6" style="width:60px;height:60px" title="Cesium开心农场"/>
</p>

## Copyright

```warning
@@ -213,8 +206,11 @@ We reserve the right of final interpretation of this copyright information.
## Support

> if dc-sdk can bring benefits to you, please support it ~

<p>
<img src="http://dc.dvgis.cn/examples/images/base/sponsor.jpg?v=2" style="width:60px;height:60px" title="数字视觉"/>
<a href="https://www.paypal.com/paypalme/cavencj">
<img src="https://www.paypalobjects.com/images/shared/paypal-logo-129x32.svg" style="margin-top:10px" />
</a>
</p>

## Thanks

+ 6
- 10
packages/sdk/README.md View File

@@ -61,7 +61,7 @@ import '@dvgis/dc-core/dist/dc.core.min.css'

`CDN`

[Resources](https://github.com/dvgis/dc-sdk/releases)
[Resources 下载链接](https://github.com/dvgis/dc-sdk/tree/master/dist)

```html
<script src="https://cdn.jsdelivr.net/npm/@dvgis/dc-sdk/dist/dc.base.min.js"></script>
@@ -168,7 +168,7 @@ DC.ready(() => {

## Documentation

[DC Sdk Api](https://resource.dvgis.cn/dc-api/v2.x)
[DC Sdk Api](https://resource.dvgis.cn/dc-docs/v2.x)

[Cesium Api](https://cesium.com/docs/cesiumjs-ref-doc/)

@@ -191,13 +191,6 @@ DC.ready(() => {
| dc-analysis | <img src="https://img.shields.io/npm/v/@dvgis/dc-analysis?logo=npm" /> | dc analysis module, including camera-video, position-editor, measure, etc |
| dc-ui-next | <img src="https://img.shields.io/npm/v/@dvgis/dc-ui-next?logo=npm" /> | dc components for Vue3.x |

## QQ Group

<p>
<img src="http://dc.dvgis.cn/examples/images/base/q1.png?v=2" style="width:60px;height:60px" title="数字视觉"/>
<img src="http://dc.dvgis.cn/examples/images/base/q2.png?v=6" style="width:60px;height:60px" title="Cesium开心农场"/>
</p>

## Copyright

```warning
@@ -213,8 +206,11 @@ We reserve the right of final interpretation of this copyright information.
## Support

> if dc-sdk can bring benefits to you, please support it ~

<p>
<img src="http://dc.dvgis.cn/examples/images/base/sponsor.jpg?v=2" style="width:60px;height:60px" title="数字视觉"/>
<a href="https://www.paypal.com/paypalme/cavencj">
<img src="https://www.paypalobjects.com/images/shared/paypal-logo-129x32.svg" style="margin-top:10px" />
</a>
</p>

## Thanks

Loading…
Cancel
Save