[PR #12] [MERGED] feat: 更换歌词解析方式 #402

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

📋 Pull Request Information

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

Base: masterHead: dev


📝 Commits (2)

  • e138d06 feat: 歌词滚动组件抽离
  • 7415f59 feat: 更换歌词解析方式

📊 Changes

7 files changed (+411 additions, -116 deletions)

View changed files

📝 src/api/song.js (+15 -0)
📝 src/components/Player/BigPlayer.vue (+9 -76)
src/components/Player/RollingLyrics.vue (+177 -0)
📝 src/components/Player/index.vue (+12 -9)
📝 src/store/musicData.js (+17 -30)
src/utils/parseLyric.js (+180 -0)
📝 src/views/User/cloud.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/12 **Author:** [@imsyy](https://github.com/imsyy) **Created:** 4/13/2023 **Status:** ✅ Merged **Merged:** 4/13/2023 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (2) - [`e138d06`](https://github.com/imsyy/SPlayer/commit/e138d06e6f086746354abb8908ac900ed7fd1e19) feat: 歌词滚动组件抽离 - [`7415f59`](https://github.com/imsyy/SPlayer/commit/7415f591b3ae542e5e11c81465c654eaf3b75cf1) feat: 更换歌词解析方式 ### 📊 Changes **7 files changed** (+411 additions, -116 deletions) <details> <summary>View changed files</summary> 📝 `src/api/song.js` (+15 -0) 📝 `src/components/Player/BigPlayer.vue` (+9 -76) ➕ `src/components/Player/RollingLyrics.vue` (+177 -0) 📝 `src/components/Player/index.vue` (+12 -9) 📝 `src/store/musicData.js` (+17 -30) ➕ `src/utils/parseLyric.js` (+180 -0) 📝 `src/views/User/cloud.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:43 +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#402
No description provided.