| @@ -1,5 +1,10 @@ | |||
| # Change Log | |||
| ### 1.15.2 - 2021-02-27 | |||
| > 1. 开放 Cesium 部分常量 | |||
| > 2. 抛出ready函数异常错误 | |||
| ### 1.15.1 - 2021-02-21 | |||
| > 1. 添加相机控制的属性设置 | |||
| @@ -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", | |||