Skip to content

Commit 6654ff6

Browse files
committed
demo: update
1 parent 3b8ea34 commit 6654ff6

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

demos/with-react-vite/package.json

+1-1
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.9-beta.1",
14+
"ezuikit-js": "^8.1.9-beta.3",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
},

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

+4-4
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

+7-2
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,17 @@ const Player = () => {
208208
<div className="form-item">
209209
<label>accessToken</label>
210210
{/* prettier-ignore */}
211-
<input ref={accessTokenRef} placeholder="ezopen accessToken" defaultValue="at.1gskp9sk9h5t0qzkb9njljgec9szaqkq-4qrit4qict-0r92aaq-ef8rzzvhg" />
211+
<input ref={accessTokenRef} placeholder="ezopen accessToken" defaultValue="at.1gskp9sk9h5t0qzkb9njljgec9szaqkq-4qrit4qict-0r92aaq-ef8rzzvh" />
212212
</div>
213213
<div className="form-item">
214214
<label>staticPath</label>
215215
{/* prettier-ignore */}
216-
<input ref={staticPathRef} placeholder="ezopen staticPath" defaultValue="https://openstatic.ys7.com/ezuikit_js/v8.1.9/ezuikit_static" />
216+
{/* https://openstatic.ys7.com/ezuikit_js/v8.1.9/ezuikit_static */}
217+
<input
218+
ref={staticPathRef}
219+
placeholder="ezopen staticPath"
220+
defaultValue=""
221+
/>
217222
</div>
218223
<div className="form-item">
219224
<label>domain</label>

0 commit comments

Comments
 (0)