@@ -6,7 +6,7 @@ FastAPI 在线音乐播放器,音乐文件默认存储在 `mp3file/` 目录。
- 按目录浏览和播放
- 随机播放、列表循环、单曲循环
-- 上传音乐文件
+- 上传音乐文件,支持 mp3、m4a、wav、flac 等常见音频格式
- 创建文件夹
- 移动文件到其他目录
- 自定义播放列表
@@ -117,7 +117,7 @@
</label>
<label class="field">
<span>上传音乐</span>
- <input id="uploadInput" type="file" multiple />
+ <input id="uploadInput" type="file" accept=".mp3,.wav,.flac,.m3u,.m3u8,.ogg,.aac,.wma,.opus,.oga,.mp4,.m4a,.webm" multiple />
<button id="uploadBtn" class="primary-btn">上传文件</button>