dashboard
repositories
filestore
activity
search
login
drone
/
drone-web
无人机操作系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改文件名字、增加创建项目页面、项目列表筛选完善
husq
2023-08-30
0ea6ac4348196458aa5f2ded68aec2ec308d4432
[drone/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'
}