Skip to content

Commit 0b7e771

Browse files
committed
demo: update
1 parent c6792f8 commit 0b7e771

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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.1-alpha.2",
14+
"ezuikit-js": "^8.1.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Player = () => {
2020
const url = urlRef.current?.value.trim();
2121
const accessToken = accessTokenRef.current?.value.trim();
2222
const staticPath = staticPathRef.current?.value.trim() || undefined;
23-
const domain = domainRef.current?.value.trim() || undefined;
23+
const domain = domainRef.current?.value.trim() || "https://open.ys7.com";
2424
const language = languageRef.current?.value.trim();
2525
const template = templateRef.current?.value.trim();
2626

0 commit comments

Comments
 (0)