@belife/belife-bim-air 1.6.1-za.87.patch.1 → 1.6.1-za.87.patch.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,7 @@
6
6
 
7
7
  - feat: 新增线线测量、线面测量、点线测量、点面测量功能
8
8
  - feat: 优化测量面板UI显示,添加测量交互校验
9
+ - fix: 修复无法添加文字批注的问题
9
10
 
10
11
  ### 1.6.1-beta.86
11
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@belife/belife-bim-air",
3
- "version": "1.6.1-za.87.patch.1",
3
+ "version": "1.6.1-za.87.patch.2",
4
4
  "description": "发布的基于gs-longan的图形显示控件",
5
5
  "main": "lib/BimAir.umd.min.js",
6
6
  "types": "types/index.d.ts",