diff --git a/src/components/AudioPlayer/PlayerControl.tsx b/src/components/AudioPlayer/PlayerControl.tsx index 67e6f05..fca8d40 100644 --- a/src/components/AudioPlayer/PlayerControl.tsx +++ b/src/components/AudioPlayer/PlayerControl.tsx @@ -112,7 +112,7 @@ export default function AudioPlayer({ {showOrder && orderList.map((item) => ( ))} {/* 上一首 */} - + {/* 播放/暂停 */}