hellfire 0.25.10 → 0.25.11
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 +1 -1
- 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.11](http://10.16.100.57/diffusion/115/paladin/compare/v0.25.10...v0.25.11) (2023-03-31)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.25.10](http://10.16.100.57/diffusion/115/paladin/compare/v0.25.9...v0.25.10) (2023-03-21)
|
|
6
10
|
|
|
7
11
|
|
package/dist/index.js
CHANGED
|
@@ -104,7 +104,7 @@ var TOGGLE_TOOL_MODE = 'TOGGLE_TOOL_MODE'; // ---------- Reducers ----------
|
|
|
104
104
|
var imageModeWithout = ['PrevNext', 'Cine', 'Link', 'ReferenceLine', 'ReferencePosition', 'StackScroll'];
|
|
105
105
|
var tools = ['Layout', 'PrevNext', 'ImageMode', 'StackScroll', 'Wwwc', 'Zoom', 'Pan', 'Reset', 'Rotate', 'Tool', 'Length', 'Cine', 'Link', 'ReferenceLine', 'ReferencePosition', 'Sync', 'MPR', 'MIP', 'VR', 'Surgery', 'Fullscreen', 'Settings']; // 手机 允许使用的工具, 及其排序
|
|
106
106
|
|
|
107
|
-
var phoneTools = ["Prev", "Next", "StackScroll", "Wwwc", "Zoom", "Pan", "Reset", "Rotate", "Tool", "Length", "Cine", "MPR", "Settings"]; // MPR 允许使用的工具, 及其排序
|
|
107
|
+
var phoneTools = ["Prev", "Next", "StackScroll", "Wwwc", "Zoom", "Pan", "Reset", "Rotate", "Tool", "Length", "Cine", "MPR", 'VR', 'MIP', "Settings"]; // MPR 允许使用的工具, 及其排序
|
|
108
108
|
|
|
109
109
|
var mprTools = ["MprExit", "PrevNext", "MprSwitchPerspective", "CrosshairsMPR", "StackScroll", "Wwwc", "Zoom", "Pan", "Reset", "Rotate", "Tool", "Length", "Fullscreen", "MprRefresh"];
|
|
110
110
|
var mprPhoneTools = ["MprExit", "StackScroll", "MprSwitchPerspective", "CrosshairsMPR", "Wwwc", "Zoom", "Pan", "Reset", "Rotate", "Tool", "Length", "MprRefresh"]; // VR 允许使用的工具, 及其排序
|