mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 06:55:57 +03:00
[PR #782] [MERGED] Dev cy #640
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imsyy/SPlayer/pull/782
Author: @kazukokawagawa
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @apoint123
Base:
dev← Head:dev-cy📝 Commits (10+)
33cb34a✨ feat: 史诗级加强No-cover71cfe05✨ feat: 自定义歌单界面edf5dc1✨ feat: 优化设置排布4f581b1✨ feat: 支持关闭开发者模式9af1829✨ feat: 歌词设置整理 支持替换括号内容2e51005✨ feat: 歌词括号83ad4a8🐞 fix: 代码审查5840a8c✨ feat: 史诗级加强No-cover x2ff339cf🐞 fix: 对齐数据f499f68🐞 fix: 修复在某些情况下(如歌手信息为纯字符串而非数组时)可能导致元数据写入失败的问题📊 Changes
56 files changed (+2063 additions, -1047 deletions)
View changed files
📝
components.d.ts(+2 -0)📝
electron/main/ipc/ipc-file.ts(+32 -3)📝
src/components/Card/SongCard.vue(+13 -5)📝
src/components/Card/SongDataCard.vue(+14 -2)📝
src/components/Card/SongListCard.vue(+2 -1)📝
src/components/List/ArtistList.vue(+26 -5)📝
src/components/List/CommentList.vue(+9 -7)📝
src/components/List/CoverList.vue(+47 -9)📝
src/components/List/ListDetail.vue(+38 -8)📝
src/components/List/SongList.vue(+1 -1)📝
src/components/List/SongPlayList.vue(+21 -4)📝
src/components/Modal/JumpArtist.vue(+6 -1)➕
src/components/Modal/Setting/CoverManager.vue(+96 -0)➕
src/components/Modal/Setting/PlaylistPageManager.vue(+63 -0)📝
src/components/Player/FullPlayerMobile.vue(+1 -1)📝
src/components/Player/MainPlayer.vue(+19 -4)📝
src/components/Player/PlayerComponents/PersonalFM.vue(+46 -9)📝
src/components/Player/PlayerComponents/PlayerComment.vue(+1 -1)📝
src/components/Player/PlayerMeta/PlayerData.vue(+12 -6)📝
src/components/Setting/AboutSetting.vue(+9 -8)...and 36 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.