Skip to content

Commit

Permalink
Merge branch 'writing'
Browse files Browse the repository at this point in the history
  • Loading branch information
ihengshuai committed Sep 21, 2023
2 parents a8b734a + a77edf5 commit 943fad6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/.vitepress/theme/components/examples/music-virtual.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<template>
<h2>音频可视化</h2>
<canvas ref="canvas" />
<audio
ref="audio"
src="https://ihengshuai-demo1.oss-cn-beijing.aliyuncs.com/senbonzakura.mp3"
src="/media/senbonzakura.mp3"
controls
@play="play"
@pause="stop"
Expand Down
Binary file added docs/public/media/senbonzakura.mp3
Binary file not shown.

0 comments on commit 943fad6

Please sign in to comment.