ezuikit-js 8.1.13 → 8.1.14-beta.1

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
@@ -1,3 +1,25 @@
1
+ ### v8.1.14(2025-08-22)
2
+
3
+ #### Feat
4
+
5
+ - 支持初始化前单独获取必要参数,提高初始化速度
6
+
7
+ #### Fixed
8
+
9
+ - 修复NVR设备指定通道对讲没声音的问题
10
+
11
+ ### v8.1.13(2025-07-29)
12
+
13
+ #### Feat
14
+
15
+ - 支持私有云环境使用
16
+
17
+ #### Fixed
18
+
19
+ - 修复云台在某些情况下一直转动的问题
20
+
21
+ - 优化部分场景下UI换行的问题
22
+
1
23
  ### v8.1.12 (2025-07-02)
2
24
 
3
25
  #### Feat
package/README.md CHANGED
@@ -125,9 +125,9 @@ alpha(功能测试)、beta(集成测试)为我们的非正式版本,
125
125
  > 如果使用 vue2.7,可参考 demos => [vue-demo](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/vue-demo)
126
126
 
127
127
  > 如果使用 vue2.6,可参考 demos => [with-vue2.6](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-vue2.6)
128
- >
128
+ >
129
129
  > 如果使用 uniapp + vue3 ,可参考 demos => [with-uniapp-vue3](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-uniapp-vue3)
130
- >
130
+ >
131
131
  > 如果使用 uniapp + vue2 ,可参考 demos => [with-uniapp-vue2](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-uniapp-vue2)
132
132
 
133
133
  #### tips
@@ -1107,10 +1107,10 @@ player.eventEmitter.on(EZUIKitPlayer.EVENTS.ptz.ptzDirection, () => {
1107
1107
 
1108
1108
  #### 时间轴
1109
1109
 
1110
- 时间轴控件宽度变化事件 `EZUIKitPlayer.EVENTS.timeLine.timeWidthChange`
1110
+ 时间轴控件刻度宽度变化事件 `EZUIKitPlayer.EVENTS.timeLine.timeWidthChange`
1111
1111
 
1112
1112
  ```js
1113
- // 监听点击云台控制控件方向事件
1113
+ // 监听时间轴刻度宽度变化事件
1114
1114
  player.eventEmitter.on(
1115
1115
  EZUIKitPlayer.EVENTS.timeLine.timeWidthChange,
1116
1116
  (widthType) => {