Parcourir la source

修改版本

tags/1.6.0
Caven Chen il y a 5 ans
Parent
révision
e3f18fffef
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1
    1
      package.json
  2. 2
    2
      src/base/index.js

+ 1
- 1
package.json Voir le fichier

@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-sdk",
"version": "1.5.4",
"version": "1.6.0",
"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
- 2
src/base/index.js Voir le fichier

@@ -2,7 +2,7 @@
* @Author: Caven
* @Date: 2020-04-22 09:44:30
* @Last Modified by: Caven
* @Last Modified time: 2020-05-18 19:12:07
* @Last Modified time: 2020-05-18 19:33:07
*/

import { initMixin, initUse } from './global-api'
@@ -11,7 +11,7 @@ let DC = {
Author: 'Caven Chen',
GitHub: 'https://github.com/Digital-Visual',
Home: 'https://www.dvgis.cn',
Version: '1.5.4',
Version: '1.6.0',
Namespace: {},
Initialized: false
}

Chargement…
Annuler
Enregistrer