Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cavencj committed Oct 25, 2024
1 parent e2decf1 commit c2672d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/zh/api/global.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DC.ready({}).then(() => {})

## registerLib()

> 框架中注册第三放框架包
> 框架中注册第三方框架包
```js
DC.registerLib('turf', turf)
Expand Down Expand Up @@ -185,6 +185,8 @@ let turf = DC.getLib('turf')

**_`DC.OverlayType.TILESET`_**: 3DTiles

**_`DC.OverlayType.I3S`_**: i3s

**_`DC.OverlayType.BOX`_**: 盒

**_`DC.OverlayType.CORRIDOR`_**: 走廊
Expand Down

0 comments on commit c2672d1

Please sign in to comment.