mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
feat: updates (#1462)
* fix: IconButton disable * feat(components/Player): heart图标跟随用户喜欢的歌曲变化 * fix(pages/Artist): 对最新发行和EP判断是否存在数据 * fix(utils/player): 音频加载完成后检查id 避免切歌太快,导致已经被切歌音频覆盖当前音频 * update * fix(utils/player): update * fix(components/Player): 删掉多余的!! * _initFM() private * Update player.ts Co-authored-by: qier222 <qier222@outlook.com>
This commit is contained in:
parent
744247143b
commit
f5ab5ea754
4 changed files with 49 additions and 30 deletions
|
|
@ -14,6 +14,7 @@ const IconButton = ({
|
|||
return (
|
||||
<button
|
||||
onClick={onClick}
|
||||
disabled={disabled}
|
||||
className={classNames(
|
||||
className,
|
||||
'relative transform cursor-default p-1.5 transition duration-200',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue