[PR #921] [MERGED] feat: 为播放列表添加拖拽排序功能 #726

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

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/921
Author: @apoint123
Created: 2/21/2026
Status: Merged
Merged: 2/22/2026
Merged by: @kazukokawagawa

Base: devHead: feat/dnd-in-playlist


📝 Commits (2)

  • c659e06 feat: 为播放列表添加拖拽排序功能
  • 8048590 🦄 refactor: 优化悬停索引计算

📊 Changes

3 files changed (+462 additions, -58 deletions)

View changed files

📝 src/components/List/SongPlayList.vue (+361 -47)
📝 src/components/UI/VirtualScroll.vue (+71 -10)
📝 src/core/player/PlayerController.ts (+30 -1)

📄 Description

如题


🔄 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/921 **Author:** [@apoint123](https://github.com/apoint123) **Created:** 2/21/2026 **Status:** ✅ Merged **Merged:** 2/22/2026 **Merged by:** [@kazukokawagawa](https://github.com/kazukokawagawa) **Base:** `dev` ← **Head:** `feat/dnd-in-playlist` --- ### 📝 Commits (2) - [`c659e06`](https://github.com/imsyy/SPlayer/commit/c659e065b07494993710571b3666cf53879edf7a) ✨ feat: 为播放列表添加拖拽排序功能 - [`8048590`](https://github.com/imsyy/SPlayer/commit/804859087dfb177ff87454e3670353f2849ca747) 🦄 refactor: 优化悬停索引计算 ### 📊 Changes **3 files changed** (+462 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `src/components/List/SongPlayList.vue` (+361 -47) 📝 `src/components/UI/VirtualScroll.vue` (+71 -10) 📝 `src/core/player/PlayerController.ts` (+30 -1) </details> ### 📄 Description 如题 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:12:52 +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#726
No description provided.