[PR #4] [MERGED] 同步分支 #399

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/4
Author: @imsyy
Created: 2/7/2023
Status: Merged
Merged: 2/7/2023
Merged by: @imsyy

Base: devHead: master


📝 Commits (10+)

📊 Changes

25 files changed (+884 additions, -120 deletions)

View changed files

📝 .env (+1 -1)
📝 dev-dist/sw.js (+1 -1)
📝 package.json (+2 -1)
📝 pnpm-lock.yaml (+2 -0)
public/images/pic/cover.jpg (+0 -0)
📝 src/App.vue (+2 -2)
📝 src/api/index.js (+84 -0)
📝 src/components/DataList/CoverLists.vue (+211 -0)
📝 src/components/DataList/DataLists.vue (+10 -1)
📝 src/components/DataList/PlayList.vue (+14 -1)
📝 src/components/DataList/VideoLists.vue (+1 -0)
📝 src/components/Player/BigPlayer.vue (+116 -79)
📝 src/components/Player/PlayerCover.vue (+17 -1)
📝 src/main.js (+16 -2)
📝 src/router/index.js (+2 -2)
📝 src/store/musicData.js (+73 -3)
📝 src/store/settingData.js (+2 -0)
📝 src/store/userData.js (+9 -5)
src/views/History/HistoryView.vue (+12 -0)
📝 src/views/Login/LoginView.vue (+21 -16)

...and 5 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/4 **Author:** [@imsyy](https://github.com/imsyy) **Created:** 2/7/2023 **Status:** ✅ Merged **Merged:** 2/7/2023 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `dev` ← **Head:** `master` --- ### 📝 Commits (10+) - [`653f58c`](https://github.com/imsyy/SPlayer/commit/653f58c5593816c2b6066edcc20dc8140fdc3c6a) 优化歌词滚动方式 & 歌曲列表添加同名搜索 - [`20bdcb1`](https://github.com/imsyy/SPlayer/commit/20bdcb19d4a43aa075b17a4b9da80cad496ea267) 歌词界面支持全屏切换 - [`08465fd`](https://github.com/imsyy/SPlayer/commit/08465fd7d5b64dbfa8e0d30a57f1503ba99f8526) 新增 歌词文本字体大小设置 - [`a4c040b`](https://github.com/imsyy/SPlayer/commit/a4c040b64268e54671688ded85734a30df9d982b) fix 默认歌词大小 - [`b620b8e`](https://github.com/imsyy/SPlayer/commit/b620b8ea8f93fee8c50e909703873f1161aa05bb) 样式调整 - [`c1cf5e3`](https://github.com/imsyy/SPlayer/commit/c1cf5e30847cbf69532d9fafeae9ea7c4e39caf8) 音乐库页面完善 - [`9a2b40d`](https://github.com/imsyy/SPlayer/commit/9a2b40dae7eb204a651e13dffdc5a0b48cf888ce) 新增 新建歌单 - [`f074507`](https://github.com/imsyy/SPlayer/commit/f074507c7af682f8cf74bd3f5df780acb84863a3) Update .env - [`47e3838`](https://github.com/imsyy/SPlayer/commit/47e3838b5c73b33e05f9fbea3af855fe47136da4) Update .env - [`5993592`](https://github.com/imsyy/SPlayer/commit/5993592938fb55eaa23e0e7a36fea2df12ff1842) 新增 歌单删除与编辑 ### 📊 Changes **25 files changed** (+884 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `.env` (+1 -1) 📝 `dev-dist/sw.js` (+1 -1) 📝 `package.json` (+2 -1) 📝 `pnpm-lock.yaml` (+2 -0) ➕ `public/images/pic/cover.jpg` (+0 -0) 📝 `src/App.vue` (+2 -2) 📝 `src/api/index.js` (+84 -0) 📝 `src/components/DataList/CoverLists.vue` (+211 -0) 📝 `src/components/DataList/DataLists.vue` (+10 -1) 📝 `src/components/DataList/PlayList.vue` (+14 -1) 📝 `src/components/DataList/VideoLists.vue` (+1 -0) 📝 `src/components/Player/BigPlayer.vue` (+116 -79) 📝 `src/components/Player/PlayerCover.vue` (+17 -1) 📝 `src/main.js` (+16 -2) 📝 `src/router/index.js` (+2 -2) 📝 `src/store/musicData.js` (+73 -3) 📝 `src/store/settingData.js` (+2 -0) 📝 `src/store/userData.js` (+9 -5) ➕ `src/views/History/HistoryView.vue` (+12 -0) 📝 `src/views/Login/LoginView.vue` (+21 -16) _...and 5 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: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#399
No description provided.