| 
                        1234567891011121314151617181920 | 
                        - ---
 - layout: home
 - hero:
 -   name: DC-SDK
 -   text: 让 <code>WebGis</code> 开发更简单
 -   image:
 -     src: /assets/doc.gif
 -     alt: VitePress
 -   actions:
 -     - theme: brand
 -       text: 快速开始
 -       link: /zh/guide/introduction
 - features:
 -   - title: 简单
 -     details: 仅仅一个div和几行代码就能构建一个三维WebGis应用
 -   - title: 易用
 -     details: 采用标准的开发类,一个简单new操作即可得到场景要素
 -   - title: 可扩展
 -     details: 支持自定义cesium和gis算法库吗;提供基础类和要素生命周期hooks
 - ---
 
 
  |