-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-改进 setNextPlaySong 方法,处理空播放列表的情况 -优化重复歌曲移除逻辑,确保插入位置正确 - 调整音乐数据重置方式,使用对象展开运算符 -增加播放器加载状态检查,避免未准备好时操作 -改进歌曲播放逻辑,处理添加到播放列表后立即播放的情况- 优化播放索引切换,考虑当前播放状态 -调整播放列表移除歌曲逻辑,优化用户体验 - 将初始 playIndex 设置为 -1,表示未播放状态
- Loading branch information
wangjian
committed
Nov 29, 2024
1 parent
94c0ca7
commit 49f462c
Showing
4 changed files
with
30 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters