[PR #21] [MERGED] feat: 播放列表重构 #409

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

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/21
Author: @imsyy
Created: 4/20/2023
Status: Merged
Merged: 4/20/2023
Merged by: @imsyy

Base: masterHead: dev


📝 Commits (2)

  • 415cf3b feat: 播放列表重构 & fix: 修复一些样式问题
  • ecdb3b7 fix: 修复歌单为空时的提示

📊 Changes

13 files changed (+388 additions, -240 deletions)

View changed files

📝 package.json (+1 -1)
📝 src/App.vue (+14 -1)
📝 src/components/Comment/index.vue (+12 -2)
src/components/DataList/PlayList.vue (+0 -178)
src/components/DataModel/PlayListDrawer.vue (+239 -0)
📝 src/components/Nav/index.vue (+5 -7)
📝 src/components/Player/BigPlayer.vue (+7 -1)
📝 src/components/Player/CountDown.vue (+16 -8)
📝 src/components/Player/index.vue (+34 -22)
📝 src/components/SearchInp/index.vue (+39 -1)
📝 src/style/global.scss (+19 -18)
📝 src/views/Setting/index.vue (+1 -0)
📝 src/views/User/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.

## 📋 Pull Request Information **Original PR:** https://github.com/imsyy/SPlayer/pull/21 **Author:** [@imsyy](https://github.com/imsyy) **Created:** 4/20/2023 **Status:** ✅ Merged **Merged:** 4/20/2023 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (2) - [`415cf3b`](https://github.com/imsyy/SPlayer/commit/415cf3b3c9fe41cbb765c943628c682fa3ce5ad0) feat: 播放列表重构 & fix: 修复一些样式问题 - [`ecdb3b7`](https://github.com/imsyy/SPlayer/commit/ecdb3b75ba2e46e77df6bda34d63adae68c5da05) fix: 修复歌单为空时的提示 ### 📊 Changes **13 files changed** (+388 additions, -240 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `src/App.vue` (+14 -1) 📝 `src/components/Comment/index.vue` (+12 -2) ➖ `src/components/DataList/PlayList.vue` (+0 -178) ➕ `src/components/DataModel/PlayListDrawer.vue` (+239 -0) 📝 `src/components/Nav/index.vue` (+5 -7) 📝 `src/components/Player/BigPlayer.vue` (+7 -1) 📝 `src/components/Player/CountDown.vue` (+16 -8) 📝 `src/components/Player/index.vue` (+34 -22) 📝 `src/components/SearchInp/index.vue` (+39 -1) 📝 `src/style/global.scss` (+19 -18) 📝 `src/views/Setting/index.vue` (+1 -0) 📝 `src/views/User/index.vue` (+1 -1) </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:45 +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#409
No description provided.