Browse Source

修改文档说明

tags/1.15.2
Caven Chen 4 years ago
parent
commit
bf072aa739
3 changed files with 728 additions and 681 deletions
  1. 5
    0
      CHANGES.md
  2. 1
    1
      package.json
  3. 722
    680
      yarn.lock

+ 5
- 0
CHANGES.md View File

@@ -1,5 +1,10 @@
# Change Log

### 1.15.2 - 2021-02-27

> 1. 开放 Cesium 部分常量
> 2. 抛出ready函数异常错误

### 1.15.1 - 2021-02-21

> 1. 添加相机控制的属性设置

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-sdk",
"version": "1.15.1",
"version": "1.15.2",
"description": " The SDK is a secondary development based on the open source project Cesium, which optimizes some operations of Cesium and enables developers to quickly develop 3D applications through the framework.",
"main": "index.js",
"repository": "https://github.com/dvgis/dc-sdk.git",

+ 722
- 680
yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save