ezuikit-js 9.0.8-beta.2 → 9.0.9
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 +25 -1
- package/ezuikit.js +14 -14
- package/index.js +13 -13
- package/index.mjs +15 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
### v9.0.9(2026-06-05)
|
|
2
|
+
|
|
3
|
+
#### Feat
|
|
4
|
+
|
|
5
|
+
- 新增云抓拍接口
|
|
6
|
+
|
|
7
|
+
- 新增创建云抓拍计划接口
|
|
8
|
+
|
|
9
|
+
### v9.0.8(2026-06-03)
|
|
10
|
+
|
|
11
|
+
#### Feat
|
|
12
|
+
|
|
13
|
+
- AI云存储优化
|
|
14
|
+
|
|
15
|
+
### v9.0.6(2026-05-19)
|
|
16
|
+
|
|
17
|
+
#### Feat
|
|
18
|
+
|
|
19
|
+
- 轻应用支持展示告警消息列表
|
|
20
|
+
|
|
21
|
+
#### Fixed
|
|
22
|
+
|
|
23
|
+
- 修复了一些问题
|
|
24
|
+
|
|
1
25
|
### v9.0.5(2026-05-06)
|
|
2
26
|
|
|
3
27
|
#### Feat
|
|
@@ -183,7 +207,7 @@
|
|
|
183
207
|
#### Feat
|
|
184
208
|
|
|
185
209
|
- 支持显示码流信息
|
|
186
|
-
|
|
210
|
+
|
|
187
211
|
- 分辨率
|
|
188
212
|
- 丢包率
|
|
189
213
|
- 码率
|