Skip to content

Commit 39daa1c

Browse files
committed
Merge branch 'master' into develop
2 parents 4ab723b + eea99fa commit 39daa1c

File tree

9 files changed

+334
-248
lines changed

9 files changed

+334
-248
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
123
### v8.1.12 (2025-07-02)
224

325
#### Feat

demos/with-react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"classnames": "^2.5.1",
14-
"ezuikit-js": "8.1.12-beta.2",
14+
"ezuikit-js": "8.1.14-beta.1",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
},

demos/with-react-vite/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/with-react-vite/src/Player.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ const Player = () => {
215215
<div className="form-item">
216216
<label>accessToken</label>
217217
{/* prettier-ignore */}
218-
<input ref={accessTokenRef} placeholder="ezopen accessToken" defaultValue="at.d525oyj8d7bwohb40ssn3266cfq2mwi2-8hgpypehn9-1fafaty-ea2fxbc1" />
218+
<input ref={accessTokenRef} placeholder="ezopen accessToken" defaultValue="at.9ew2187oaepbxokgc19z6b3ya0wpohl6-2vf37nx7xp-1w19i9r-a0yogcb05" />
219219
</div>
220220
<div className="form-item">
221221
<label>staticPath</label>
@@ -224,7 +224,7 @@ const Player = () => {
224224
<input
225225
ref={staticPathRef}
226226
placeholder="ezopen staticPath"
227-
defaultValue=""
227+
defaultValue="https://openstatic.ys7.com/ezuikit_js/v8.1.14/ezuikit_static"
228228
/>
229229
</div>
230230
<div className="form-item">

0 commit comments

Comments
 (0)