hellfire 0.29.5 → 0.29.7

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 CHANGED
@@ -2,6 +2,14 @@
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.29.7](http://10.16.100.57/diffusion/115/paladin/compare/v0.29.6...v0.29.7) (2025-04-27)
6
+
7
+
8
+
9
+ ## [0.29.6](http://10.16.100.57/diffusion/115/paladin/compare/v0.29.5...v0.29.6) (2025-04-17)
10
+
11
+
12
+
5
13
  ## [0.29.5](http://10.16.100.57/diffusion/115/paladin/compare/v0.29.4...v0.29.5) (2025-03-25)
6
14
 
7
15
 
package/README.md CHANGED
@@ -171,6 +171,12 @@ dicomSetting = {}
171
171
  ```
172
172
  传入的功能设置的初始值,目前支持的字段:leftMouseTool、rightMouseTool、middleMouseTool
173
173
 
174
+ <b>`language`</b>
175
+ ```
176
+ language: string
177
+ ```
178
+ 显示语言,默认中文(zh), 可传入en
179
+
174
180
  ### DicomView提供给父组件调用的方法:
175
181
 
176
182
  <b>`addStudy(data)`</b>