-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
随机播放 页面定位歌曲到当前位置 #50
Open
lzcykevin
wants to merge
46
commits into
mengkunsoft:master
Choose a base branch
from
lzcykevin:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
随机播放 页面定位歌曲到当前位置 #50
Conversation
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
自动检测是否https请求,如果是https则替换不安全http协议为https协议,防止浏览器报不安全连接
修复搜索分页重复问题
修复播放历史记录歌曲时播放失败的 BUG 新增播放歌曲时浏览器标题栏显示相关信息 一些细节的完善
解决网易云音乐部分歌曲无法播放问题(metowolf/Meting#33)
紧急修复网易云音乐链接获取失效。特别感谢 @markruan 提供的接口(mengkunsoft#1 (comment))
替换 Meting 至最新版本,修复网易云音乐源失效
Signed-off-by: lzcykevin <[email protected]>
Signed-off-by: lzcykevin <[email protected]>
修复网易云音乐失效
修复网易云音乐无法播放 增加标题栏滚动效果(感谢@lzcykevin) 增加歌曲循环播放控制(感谢@yuxizhe) 修复百度音乐无法播放 优化连续播放失败的歌曲过多时,自动终止播放。防止卡死 压缩图片素材,限制封面图片尺寸,优化页面加载速度
缓存网易云歌词及歌单数据,防止因请求频繁导致无法获取数据(请确保程序目录下的 cache 文件夹存在且可读写); 新增快捷键控制功能(Ctrl + 方向键 切歌,空格 暂停)感谢 @茗血。
升级 Meting 至最新版本,解决虾米音乐失效问题
随机播放 定位歌曲到当前位置
Signed-off-by: lzcykevin <[email protected]>
2 增加列表定位 PC和手机都支持了 Signed-off-by: lzcykevin <[email protected]>
Signed-off-by: lzcykevin <[email protected]>
mengkunsoft
force-pushed
the
master
branch
2 times, most recently
from
June 22, 2021 09:36
2ff9e2d
to
8d27502
Compare
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.
随机播放 页面定位歌曲到当前位置