| @@ -1,5 +1,11 @@ | |||
| # Change Log | |||
| ### 1.15.1 - 2021-02-21 | |||
| > 1. 添加相机控制的属性设置 | |||
| > 2. 添加自定义天空盒 | |||
| > 3. 完善天空盒(SkyBox) 的设置 | |||
| ### 1.15.0 - 2021-02-06 | |||
| > 1. 升级 Cesium 到 1.78.0 | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "@dvgis/dc-sdk", | |||
| "version": "1.15.0", | |||
| "version": "1.15.1", | |||
| "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", | |||