[PR #18] [MERGED] feat: 设置页面重构 #407

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

📋 Pull Request Information

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

Base: masterHead: dev


📝 Commits (2)

  • ae8f369 fix: 修复一些样式问题
  • 5425288 feat: 设置页面重构

📊 Changes

24 files changed (+688 additions, -462 deletions)

View changed files

📝 .env (+1 -1)
.hintrc (+18 -0)
📝 package.json (+1 -2)
📝 src/api/song.js (+3 -1)
📝 src/components/DataList/CoverLists.vue (+2 -0)
📝 src/components/DataList/VideoLists.vue (+2 -0)
📝 src/components/Personalized/PaPersonalFm.vue (+1 -0)
📝 src/components/Player/BigPlayer.vue (+92 -13)
📝 src/components/Player/CountDown.vue (+1 -1)
📝 src/components/Player/PlayerCover.vue (+0 -2)
📝 src/components/Player/PlayerRecord.vue (+1 -0)
📝 src/components/Player/RollingLyrics.vue (+6 -2)
📝 src/components/Player/index.vue (+9 -3)
📝 src/router/routes.js (+19 -1)
📝 src/store/musicData.js (+1 -1)
📝 src/style/global.scss (+22 -0)
📝 src/views/Discover/toplists.vue (+1 -0)
📝 src/views/Login/LoginView.vue (+7 -2)
📝 src/views/NewAlbum/NewAlbumView.vue (+1 -1)
src/views/Setting/SettingView.vue (+0 -432)

...and 4 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/18 **Author:** [@imsyy](https://github.com/imsyy) **Created:** 4/19/2023 **Status:** ✅ Merged **Merged:** 4/19/2023 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (2) - [`ae8f369`](https://github.com/imsyy/SPlayer/commit/ae8f3696f3603a0596af48175ce20f25a736228e) fix: 修复一些样式问题 - [`5425288`](https://github.com/imsyy/SPlayer/commit/5425288e16f861866080d8a6d69b463c18765082) feat: 设置页面重构 ### 📊 Changes **24 files changed** (+688 additions, -462 deletions) <details> <summary>View changed files</summary> 📝 `.env` (+1 -1) ➕ `.hintrc` (+18 -0) 📝 `package.json` (+1 -2) 📝 `src/api/song.js` (+3 -1) 📝 `src/components/DataList/CoverLists.vue` (+2 -0) 📝 `src/components/DataList/VideoLists.vue` (+2 -0) 📝 `src/components/Personalized/PaPersonalFm.vue` (+1 -0) 📝 `src/components/Player/BigPlayer.vue` (+92 -13) 📝 `src/components/Player/CountDown.vue` (+1 -1) 📝 `src/components/Player/PlayerCover.vue` (+0 -2) 📝 `src/components/Player/PlayerRecord.vue` (+1 -0) 📝 `src/components/Player/RollingLyrics.vue` (+6 -2) 📝 `src/components/Player/index.vue` (+9 -3) 📝 `src/router/routes.js` (+19 -1) 📝 `src/store/musicData.js` (+1 -1) 📝 `src/style/global.scss` (+22 -0) 📝 `src/views/Discover/toplists.vue` (+1 -0) 📝 `src/views/Login/LoginView.vue` (+7 -2) 📝 `src/views/NewAlbum/NewAlbumView.vue` (+1 -1) ➖ `src/views/Setting/SettingView.vue` (+0 -432) _...and 4 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:44 +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#407
No description provided.