Skip to content

Commit 0748a5c

Browse files
committed
demo: update v8.2.0
1 parent e83d591 commit 0748a5c

File tree

3 files changed

+33
-58
lines changed

3 files changed

+33
-58
lines changed

demos/with-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"ezuikit-js": "8.1.14",
12+
"ezuikit-js": "8.2.0",
1313
"next": "15",
1414
"react": "^18",
1515
"react-dom": "^18"

demos/with-next/pnpm-lock.yaml

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

demos/with-next/src/components/Player.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const Player = () => {
5252
language, // zh | en
5353
// quality: 4, //
5454
// isCloudRecord: true, // 如果是云录制的播放 需要这个值,是必须的
55+
scaleMode: 1, // 默认 0 完全填充窗口,会有拉伸 1: 等比适配 2: 等比完全填充窗口, 超出隐藏 @sine 8.2.0
5556
env: {
5657
// https://open.ys7.com/help/1772?h=domain
5758
// domain默认是 https://open.ys7.com, 如果是私有化部署或海外的环境,请配置对应的domain

0 commit comments

Comments
 (0)