| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "@dvgis/dc-sdk", | |||
| "version": "1.7.5", | |||
| "version": "1.7.6", | |||
| "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/Digital-Visual/dc-sdk.git", | |||
| @@ -2,7 +2,7 @@ | |||
| * @Author: Caven | |||
| * @Date: 2020-04-22 09:44:30 | |||
| * @Last Modified by: Caven | |||
| * @Last Modified time: 2020-06-17 17:45:47 | |||
| * @Last Modified time: 2020-06-25 10:16:23 | |||
| */ | |||
| import { initMixin, initUse } from './global-api' | |||
| @@ -13,7 +13,7 @@ let DC = { | |||
| Author: 'Caven Chen', | |||
| GitHub: 'https://github.com/Digital-Visual', | |||
| Home: 'https://www.dvgis.cn', | |||
| Version: '1.7.5', | |||
| Version: '1.7.6', | |||
| Namespace: {}, | |||
| Initialized: false | |||
| } | |||