diff --git a/src/components/AudioPlayer/AudioPlayer.vue b/src/components/AudioPlayer/AudioPlayer.vue
new file mode 100644
index 0000000..c7687fd
--- /dev/null
+++ b/src/components/AudioPlayer/AudioPlayer.vue
@@ -0,0 +1,219 @@
+
+
+
+
+
+
{{ audio.playing | transPlayPause }}
+
{{ audio.speed | transSpeed }}
+
+
{{ audio.currentTime | formatSecond }}
+
+
+
+
{{ audio.maxTime | formatSecond }}
+
+
{{ audio.muted | transMutedOrNot }}
+
+
+
+
下载
+
+
+
+
+
+
+
+