Skip to content

Commit 3b8ea34

Browse files
committed
demo: update
1 parent 550af8f commit 3b8ea34

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

demos/vue3-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"ezuikit-js": "^8.1.9-beta.1",
12+
"ezuikit-js": "^8.1.9-beta.3",
1313
"vue": "^3.2.41",
1414
"terser": "^5.36.0"
1515
},

demos/vue3-demo/pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/vue3-demo/src/components/Player.vue

+2-3
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const init = () => {
110110
player = new EZUIKit.EZUIKitPlayer({
111111
id: "video-container", // 视频容器ID
112112
accessToken:
113-
"at.1gskp9sk9h5t0qzkb9njljgec9szaqkq-4qrit4qict-0r92aaq-ef8rzzvhg",
113+
"at.1gskp9sk9h5t0qzkb9njljgec9szaqkq-4qrit4qict-0r92aaq-ef8rzzvh",
114114
url: "ezopen://open.ys7.com/BC7799091/1.hd.live",
115115
// simple: 极简版; pcLive: pc直播; pcRec: pc回放; mobileLive: 移动端直播; mobileRec: 移动端回放;security: 安防版; voice: 语音版;
116116
template: "pcLive",
@@ -128,8 +128,7 @@ const init = () => {
128128
// The default domain is https://open.ys7.com If it is a private deployment or overseas (outside of China) environment, please configure the corresponding domain
129129
domain: "https://open.ys7.com",
130130
},
131-
staticPath:
132-
"https://openstatic.ys7.com/ezuikit_js/v8.1.9/ezuikit_static",
131+
// staticPath: "https://openstatic.ys7.com/ezuikit_js/v8.1.9/ezuikit_static",
133132
// 日志打印设置
134133
loggerOptions: {
135134
// player.setLoggerOptions(options)

0 commit comments

Comments
 (0)