You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 1.1KB

123456789101112131415161718192021222324252627282930
  1. /**
  2. * @Author: Caven
  3. * @Date: 2020-02-12 18:53:12
  4. */
  5. // eslint-disable-next-line no-console
  6. console.clear()
  7. // eslint-disable-next-line no-console
  8. console.log(
  9. `%c \n DC-SDK \n %c \n 用数字描绘世界之美 %c \n
  10. 版本:${__VERSION__} - ${__TIME__}
  11. Cesium版本:1.91.0
  12. 开发作者:${__AUTHOR__}
  13. 网站主页: ${__HOME_PAGE__}
  14. github:${__REPOSITORY__}
  15. 授权信息:授权-永久使用此软件当前版本。 \n
  16. 版权声明:
  17. 1.框架作为一个基础平台,代码开源,任何个人和机构可以修改、重构,无需经过我方授权。
  18. 2.任何个人和机构修改框架出现的问题,我方无需负责。
  19. 3.后期会添加一些行业性的插件和工具,代码会适量开源。
  20. 4.对于我方发布的框架包,任何个人和机构在遵守下列条件的前提下可以永久免费使用:
  21. 1)程序包完整引用
  22. 2)保留此版权信息在控制台输出
  23. 我方保留对此版权信息的最终解释权。`,
  24. 'font-size:20px;padding-left:70px;color:#EEB422',
  25. 'font-size:14px;padding-left:50px;color:#EEB422;font-style:oblique',
  26. 'font-size:12px;color:#0865ba'
  27. )