| @@ -51,7 +51,7 @@ import 'dvgis/dc-sdk/dist/dc.core.min.css' // Main Style Sheet | |||
| const path = require('path') | |||
| const CopywebpackPlugin = require('copy-webpack-plugin') | |||
| const dvgis = './node_modules/@dvgis' | |||
| const dvgisDist = './node_modules/@dvgis' | |||
| module.exports = { | |||
| // other settings | |||
| @@ -51,7 +51,7 @@ import 'dvgis/dc-sdk/dist/dc.core.min.css' // 主要样式 | |||
| const path = require('path') | |||
| const CopywebpackPlugin = require('copy-webpack-plugin') | |||
| const dvgis = './node_modules/@dvgis' | |||
| const dvgisDist = './node_modules/@dvgis' | |||
| module.exports = { | |||
| // 其他配置 | |||
| @@ -1,6 +1,6 @@ | |||
| /** | |||
| * @Author: Caven | |||
| * @Date: 2020-04-22 09:44:30 | |||
| * @Date: 2020-04-22 19:44:30 | |||
| */ | |||
| import { initMixin, initUse } from './global-api' | |||
| @@ -9,7 +9,7 @@ delete window.DC | |||
| let DC = { | |||
| Author: 'Caven Chen <cavencj@gmail.com>', | |||
| GitHub: 'https://github.com/Digital-Visual', | |||
| GitHub: 'https://github.com/dvgis', | |||
| Home: 'https://www.dvgis.cn', | |||
| Version: build.version, | |||
| Namespace: {}, | |||
| @@ -19,7 +19,7 @@ console.log( | |||
| 版权声明: | |||
| 1.框架是一个基础平台,完全开源,任何个人和机构可以修改、重构,无需经过我方授权。 | |||
| 2.后期会添加一些针对性的插件和工具,代码会适量的开源。 | |||
| 2.后期会添加一些针对性的插件和工具,源码会适量的开源。 | |||
| 3.任何个人和机构在遵守下列条件的前提下可以永久免费使用: | |||
| 1)程序包完整引用 | |||
| 2)保留此版权信息在控制台输出 | |||