| @@ -1,5 +1,12 @@ | |||
| # 更新 | |||
| ## 1.8.2 | |||
| ### 2020-7-23 | |||
| > 1. 修改高德矢量地图样式 | |||
| > 2. 添加腾讯地图的样式参数 | |||
| ## 1.8.1 | |||
| ### 2020-7-20 | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "@dvgis/dc-sdk", | |||
| "version": "1.8.1", | |||
| "version": "1.8.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/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-07-20 10:25:55 | |||
| * @Last Modified time: 2020-07-23 09:20:20 | |||
| */ | |||
| import { initMixin, initUse } from './global-api' | |||
| @@ -13,7 +13,7 @@ let DC = { | |||
| Author: 'Caven Chen <cavencj@gmail.com>', | |||
| GitHub: 'https://github.com/Digital-Visual', | |||
| Home: 'https://www.dvgis.cn', | |||
| Version: '1.8.1', | |||
| Version: '1.8.2', | |||
| Namespace: {}, | |||
| Initialized: false | |||
| } | |||