ezuikit-js 8.0.8 → 8.0.10-alpha.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 +2 -1
- package/README.md +1 -1
- package/ezuikit.js +10 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,8 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
### Fixed
|
|
9
9
|
|
|
10
|
-
- 修复 PC 浏览器模拟移动端页面全屏问题
|
|
10
|
+
- 修复 Mac PC 浏览器模拟移动端页面全屏问题 [#227](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/227), [#208](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/208), [#177](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/177)
|
|
11
11
|
- 修复播放暂停后倍速重置问题
|
|
12
|
+
- 修复fetch被劫持的bug [#212](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/212), [#184](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/184), [#139](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues/139)
|
|
12
13
|
|
|
13
14
|
### Optimized
|
|
14
15
|
|
package/README.md
CHANGED
|
@@ -181,7 +181,7 @@ ezopen://open.ys7.com/${设备序列号}/{通道号}.cloud.rec?begin=yyyyMMddhhm
|
|
|
181
181
|
<tr><td>自定义themeId</td><td>自定义主题,<a href="https://open.ys7.com/console/ezuikit/template.html" target="_blank">前往开放平台控制台配置页面获取</a><br />(v0.6.2版本及以上支持,建议使用 自定义themeId,或者使用themeData本地<br />配置);</td></tr>
|
|
182
182
|
</table>
|
|
183
183
|
|
|
184
|
-
</td></tr>
|
|
184
|
+
</td><td>N</td></tr>
|
|
185
185
|
<tr><td>themeData</td><td>Object</td><td>
|
|
186
186
|
themeData将主题数据本地化,设置本地数据,需要删除template参数 <br />
|
|
187
187
|
你可以通过themeData修改按钮位置,颜色,头部底部颜色等配置。
|