1.0.59 • Published 3 years ago

haomo-magic-cube v1.0.59

Weekly downloads
234
License
-
Repository
-
Last release
3 years ago

haomo-magic-cube

下载依赖

npm install

启动本地示例

npm run serve

打包示例文件

npm run build:dem

打包库

npm run build:lib

查找和修复文件

npm run lint

组件库

login

<HLogin
  platform="lucas" 
  :loginUrl="" 
  @success="success" 
  @error="error"
/>

props

参数说明类型
platform项目对应 codeString
loginUrl登录 URL 地址String

event

事件说明回调参数
success登录成功的回调用户信息
error登录失败的回调错误提示信息

2D 标注展示

<h-two-annotation 
  :is-title="true"
  is-move
  :is-enlarge="true"
  img-src="current.img_url"
  :config-list="configList"
  :lines='lines'
  bordColor='red'
  :fontSize='18'
  :edges='edges'
  edgesLineColor='red'
  linesLineColor='green'
  :lineWidth='5'
  :radius='10'
  :sizing="sizing"
/>

props

参数说明类型默认值
isTitle是否展示标注对应的 title 信息Boolean
lineWidth线条宽度Number2
radius车道线圆形半径Number5
bordColor线条颜色, 当标注没有自己的颜色的时候, 使用默认颜色String'#7fff00'
fontSize标题字体大小Number16
isMove是否可以拖拽图片Boolean
isEnlarge是否可以缩放图片Boolean
imgSrc图片链接String
configList标注具体参数[{ bbox: [] }] bbox 里面包含标注对应坐标点
lines边缘线[{point: [] }]
linesLineColor边缘线默认颜色String'green'
edges车道线[{point: [] }]
edgesLineColor车道线默认颜色String'red'
sizing图片对应的大小{width: number, height: number}
1.0.59

3 years ago

1.0.58

3 years ago

1.2.0

3 years ago

1.2.8

3 years ago

1.1.9

3 years ago

1.2.7

3 years ago

1.1.8

3 years ago

1.2.6

3 years ago

1.1.7

3 years ago

1.2.5

3 years ago

1.1.6

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.9

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.1.2

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago