ezuikit-js 8.0.8-beta.2 → 8.0.8
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/README.md +7 -0
- package/ezuikit.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -313,6 +313,7 @@ themeData将主题数据本地化,设置本地数据,需要删除template参
|
|
|
313
313
|
<tr><td>handleSuccess</td><td>function</td><td>自动播放成功回调</td><td>N</td></tr>
|
|
314
314
|
<tr><td>handleError</td><td>function</td><td>错误回调</td><td>N</td></tr>
|
|
315
315
|
<tr><td>seekFrequency </td><td>function</td><td>为避免频繁拖动播放异常,可设置模板回放时间轴拖动防抖间隔,默认值为2000(2秒),可取2000(2秒),3000(3秒),4000(4秒),5000(5秒)</td><td>N</td></tr>
|
|
316
|
+
<tr><td>language</td><td>String</td><td>多语言 (zh | en), 默认zh (v8.0.8版本及以上支持)</td><td>N</td></tr>
|
|
316
317
|
</table>
|
|
317
318
|
|
|
318
319
|
|
|
@@ -531,6 +532,12 @@ template参数说明
|
|
|
531
532
|
player.setFECCorrectType({place: 3 , type:4}, "cavnas1,canvas2,canvas3") // cavnas1,canvas2,canvas3 是分屏是需要的
|
|
532
533
|
```
|
|
533
534
|
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
### 非正式版说明
|
|
538
|
+
|
|
539
|
+
非正式版需要配置 `staticPath`
|
|
540
|
+
|
|
534
541
|
### 使用示例
|
|
535
542
|
|
|
536
543
|
> 如果使用原生js,可参考demos => [base-demo](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/base-demo)
|