hellfire 0.25.15 → 0.25.16
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.
- package/CHANGELOG.md +4 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [0.25.16](http://10.16.100.57/diffusion/115/paladin/compare/v0.25.15...v0.25.16) (2023-04-24)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.25.15](http://10.16.100.57/diffusion/115/paladin/compare/v0.25.14...v0.25.15) (2023-04-23)
|
|
6
10
|
|
|
7
11
|
|
package/dist/index.js
CHANGED
|
@@ -1129,8 +1129,8 @@ var initialState$1 = {
|
|
|
1129
1129
|
Cine: false,
|
|
1130
1130
|
VRCenterPointShow: false,
|
|
1131
1131
|
VRMode: OperationMode.Standard,
|
|
1132
|
-
// 连续测量
|
|
1133
|
-
continuousMeasure:
|
|
1132
|
+
// 连续测量 默认不开启
|
|
1133
|
+
continuousMeasure: false,
|
|
1134
1134
|
Surgery: false,
|
|
1135
1135
|
CentesisStart: false,
|
|
1136
1136
|
CentesisEnd: false,
|