feat: 修改播放列表展示形式,优化播放逻辑,添加清空播放列表功能

This commit is contained in:
alger
2025-05-17 13:27:50 +08:00
parent 56b3ecfd25
commit 2e96161bd0
14 changed files with 382 additions and 166 deletions
-1
View File
@@ -720,7 +720,6 @@ class AudioService {
}
pause() {
// 直接强制重置操作锁
this.forceResetOperationLock();
if (this.currentSound) {