cesium-city3d/log.js

19 lines
939 B
JavaScript
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

console.clear()
console.log(
`%c \n D3-KIT \n  %c \n  基于Cesium三维拓展包  %c \n
        版本:1.2.0
        作者:zhangti
        主页: http://www.ztwow.top
        github: https://github.com/zhangti0708/cesium-examples
        示例地址: http://zhangticcc.gitee.io/webgis/
        Cesium版本:${Cesium.VERSION}
        版权声明:
        1.代码包基于Cesium拓展,部分模块开源已上传github。
        2.后续会继续更新拓展,目前该代码包不开源,如需使用:
            1)代码包的完整引用
            2)此版权信息在控制台输出
        我方保留对此版权信息的最终解释权。`,
'font-size:20px;padding-left:70px;color:#EEB422',
'font-size:14px;padding-left:50px;color:#EEB422;font-style:oblique',
'font-size:14px;color:#0865ba'
)