优化随机播放重新混洗交互#2791
Open
sunny1028 wants to merge 1 commit into
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
random时,会立即重置当前随机链路random模式时,再次点击random,不会切换模式,但会重新随机当前列表具体改动
src/renderer/core/player/playMode.mjsrandom按钮支持重复点击后重新混洗build-config/tests/play-mode-random.test.mjs功能说明
random按钮时始终触发随机播放链路重置random,则切换到random并重置随机顺序random,则保持模式不变,仅重新随机当前列表tempPlayList的优先播放逻辑保持不变验证方式
node build-config/tests/play-mode-random.test.mjsnode build-config/tests/player-queue.test.mjsnpm run lintnpm run build:renderer截图展示