mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 15:05:58 +03:00
[PR #762] [MERGED] ✨ feat: 支持刷新私人漫游 #623
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/762
Author: @kazukokawagawa
Created: 1/24/2026
Status: ✅ Merged
Merged: 1/24/2026
Merged by: @imsyy
Base:
dev← Head:dev-sett📝 Commits (10+)
af13937✨ feat: 支持刷新私人漫游0fbf0f6🐞 fix: 修复 #7587e786ad🐞 fix: 修复 #7345f32870🐞 fix: 修复代码审查561478c✨ feat: 支持个性化歌词边距6478909✨ feat: 支持左右对唱互换287aafb✨ feat: 支持音译翻译调换d53754e✨ feat: 不喜欢括号与别名c3ed99f✨ feat: 显示主页问好f8d4482✨ feat: 自定义css js📊 Changes
18 files changed (+294 additions, -66 deletions)
View changed files
📝
src/components/Card/SongCard.vue(+15 -5)📝
src/components/Layout/Menu.vue(+37 -1)📝
src/components/Modal/Setting/HomePageSectionManager.vue(+23 -0)📝
src/components/Modal/Setting/SidebarHideManager.vue(+3 -7)📝
src/components/Player/FullPlayerMobile.vue(+4 -2)📝
src/components/Player/MainPlayer.vue(+2 -1)📝
src/components/Player/PlayerComponents/PlayerComment.vue(+4 -3)📝
src/components/Player/PlayerLyric/AMLyric.vue(+55 -27)📝
src/components/Player/PlayerLyric/DefaultLyric.vue(+45 -15)📝
src/components/Player/PlayerMeta/PlayerData.vue(+3 -2)📝
src/components/Setting/GeneralSetting.vue(+7 -0)📝
src/components/Setting/LyricsSetting.vue(+43 -2)📝
src/components/Setting/PlaySetting.vue(+2 -0)📝
src/core/player/LyricManager.ts(+1 -0)📝
src/core/player/SongManager.ts(+24 -0)📝
src/stores/setting.ts(+15 -0)📝
src/utils/format.ts(+10 -0)📝
src/views/Home/index.vue(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.