Skip to content

Commit c90160c

Browse files
committed
doc: update
1 parent d5e4389 commit c90160c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ alpha(功能测试)、beta(集成测试)为我们的非正式版本,
125125
> 如果使用 vue2.7,可参考 demos => [vue-demo](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/vue-demo)
126126
127127
> 如果使用 vue2.6,可参考 demos => [with-vue2.6](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-vue2.6)
128-
>
128+
>
129129
> 如果使用 uniapp + vue3 ,可参考 demos => [with-uniapp-vue3](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-uniapp-vue3)
130-
>
130+
>
131131
> 如果使用 uniapp + vue2 ,可参考 demos => [with-uniapp-vue2](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-uniapp-vue2)
132132
133133
#### tips
@@ -1107,10 +1107,10 @@ player.eventEmitter.on(EZUIKitPlayer.EVENTS.ptz.ptzDirection, () => {
11071107

11081108
#### 时间轴
11091109

1110-
时间轴控件宽度变化事件 `EZUIKitPlayer.EVENTS.timeLine.timeWidthChange`
1110+
时间轴控件刻度宽度变化事件 `EZUIKitPlayer.EVENTS.timeLine.timeWidthChange`
11111111

11121112
```js
1113-
// 监听点击云台控制控件方向事件
1113+
// 监听时间轴刻度宽度变化事件
11141114
player.eventEmitter.on(
11151115
EZUIKitPlayer.EVENTS.timeLine.timeWidthChange,
11161116
(widthType) => {

0 commit comments

Comments
 (0)