[PR #34] [MERGED] feat: 同步开发分支 #414

Closed
opened 2026-02-27 07:11:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/34
Author: @imsyy
Created: 5/11/2023
Status: Merged
Merged: 5/11/2023
Merged by: @imsyy

Base: masterHead: dev


📝 Commits (10+)

  • 921b0ee fix: 修复歌手全部歌曲显示异常 #30
  • ee934c8 fix: 修复引用错误
  • 3b432db feat: 歌词页面快捷设置
  • 8caebf6 feat: 歌单页新增播放全部
  • 660cd33 fix: 修复部分样式
  • 1dd8778 feat: 更换播放器为 Howler
  • b364180 fix: 引用错误
  • aace9e9 fix: 再次修复引用错误 😂
  • f4d2c5f fix: 修复播放异常问题(可能)
  • 40ed0da fix: 切换歌曲时异常播放上一首

📊 Changes

60 files changed (+2542 additions, -984 deletions)

View changed files

📝 .env (+12 -1)
📝 README.md (+11 -4)
📝 index.html (+15 -5)
📝 package.json (+6 -2)
📝 pnpm-lock.yaml (+233 -71)
📝 src/App.vue (+27 -5)
📝 src/components/Banner/index.vue (+0 -1)
📝 src/components/Comment/index.vue (+1 -1)
📝 src/components/DataList/ArtistLists.vue (+26 -2)
📝 src/components/DataList/CoverLists.vue (+65 -8)
📝 src/components/DataList/DataLists.vue (+13 -7)
📝 src/components/DataModal/AboutSite.vue (+2 -1)
📝 src/components/DataModal/AddPlaylist.vue (+5 -5)
📝 src/components/DataModal/CloudMatch.vue (+4 -4)
📝 src/components/DataModal/DownloadSong.vue (+14 -14)
src/components/DataModal/LyricSetting.vue (+189 -0)
📝 src/components/DataModal/PlayListDrawer.vue (+40 -7)
📝 src/components/DataModal/PlaylistUpdate.vue (+11 -11)
📝 src/components/Nav/index.vue (+93 -45)
📝 src/components/Pagination/index.vue (+4 -0)

...and 40 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imsyy/SPlayer/pull/34 **Author:** [@imsyy](https://github.com/imsyy) **Created:** 5/11/2023 **Status:** ✅ Merged **Merged:** 5/11/2023 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`921b0ee`](https://github.com/imsyy/SPlayer/commit/921b0eed0a79f83f74afe8065e9027a906725df7) fix: 修复歌手全部歌曲显示异常 #30 - [`ee934c8`](https://github.com/imsyy/SPlayer/commit/ee934c89f439f189fa2469ca35ab95f1f13605ca) fix: 修复引用错误 - [`3b432db`](https://github.com/imsyy/SPlayer/commit/3b432dbd8b529e5937b38bed168603544c0fa0ad) feat: 歌词页面快捷设置 - [`8caebf6`](https://github.com/imsyy/SPlayer/commit/8caebf65f93adb0820cfd1be81ba51187417ffa3) feat: 歌单页新增播放全部 - [`660cd33`](https://github.com/imsyy/SPlayer/commit/660cd33387ed142d67f409f7de05f2bc6e56fca3) fix: 修复部分样式 - [`1dd8778`](https://github.com/imsyy/SPlayer/commit/1dd877832c61d1eeb09d79331194ec65c0173721) feat: 更换播放器为 Howler - [`b364180`](https://github.com/imsyy/SPlayer/commit/b3641801df2a7e8ef7bdcd656d2c8e6676ff3aa5) fix: 引用错误 - [`aace9e9`](https://github.com/imsyy/SPlayer/commit/aace9e97b053f119173d3cb46ace416e5c40c351) fix: 再次修复引用错误 😂 - [`f4d2c5f`](https://github.com/imsyy/SPlayer/commit/f4d2c5f337abbb7e658ec3bd9f8342f94b15b6e9) fix: 修复播放异常问题(可能) - [`40ed0da`](https://github.com/imsyy/SPlayer/commit/40ed0dada10ef5289d4bb44755779a65add3098d) fix: 切换歌曲时异常播放上一首 ### 📊 Changes **60 files changed** (+2542 additions, -984 deletions) <details> <summary>View changed files</summary> 📝 `.env` (+12 -1) 📝 `README.md` (+11 -4) 📝 `index.html` (+15 -5) 📝 `package.json` (+6 -2) 📝 `pnpm-lock.yaml` (+233 -71) 📝 `src/App.vue` (+27 -5) 📝 `src/components/Banner/index.vue` (+0 -1) 📝 `src/components/Comment/index.vue` (+1 -1) 📝 `src/components/DataList/ArtistLists.vue` (+26 -2) 📝 `src/components/DataList/CoverLists.vue` (+65 -8) 📝 `src/components/DataList/DataLists.vue` (+13 -7) 📝 `src/components/DataModal/AboutSite.vue` (+2 -1) 📝 `src/components/DataModal/AddPlaylist.vue` (+5 -5) 📝 `src/components/DataModal/CloudMatch.vue` (+4 -4) 📝 `src/components/DataModal/DownloadSong.vue` (+14 -14) ➕ `src/components/DataModal/LyricSetting.vue` (+189 -0) 📝 `src/components/DataModal/PlayListDrawer.vue` (+40 -7) 📝 `src/components/DataModal/PlaylistUpdate.vue` (+11 -11) 📝 `src/components/Nav/index.vue` (+93 -45) 📝 `src/components/Pagination/index.vue` (+4 -0) _...and 40 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:11:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SPlayer#414
No description provided.