dashboard
repositories
filestore
activity
search
login
yskj
/
iot_drone_web
无人机前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
添加自动导入插件
胡思旗
2023-08-28
dcfcb1f1c1f0e0d9084082b14f2b8997dca6fe0f
[yskj/iot_drone_web.git]
/
src
/
types
/
map-enum.ts
1
2
3
4
5
6
export enum MapDoodleEnum {
PIN = 'pin',
POLYLINE = 'polyline',
POLYGON = 'polygon',
Close = 'off'
}