[PR #770] [MERGED] feat: 新增自定义背景图 #631

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

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/770
Author: @imsyy
Created: 1/25/2026
Status: Merged
Merged: 1/25/2026
Merged by: @imsyy

Base: devHead: dev-theme


📝 Commits (8)

  • fb0898a feat: 独立主题配置弹窗
  • 9de23d1 feat: 可调整颜色生成
  • 4105dd9 feat: 基础适配图片背景
  • 3cf28cb Merge branch 'dev' into dev-theme
  • f6fc2c3 feat: 基础适配自定义背景图
  • f27d632 Merge branch 'dev' into dev-theme
  • c87f8f7 feat: 完善自定义背景图
  • c940bb0 feat: 优化缩放调节

📊 Changes

20 files changed (+1150 additions, -278 deletions)

View changed files

📝 components.d.ts (+2 -0)
📝 src/assets/data/themeColor.json (+80 -25)
src/assets/icons/Palette.svg (+1 -0)
📝 src/components/Global/Provider.vue (+33 -1)
📝 src/components/Layout/Nav.vue (+16 -33)
📝 src/components/List/SongList.vue (+1 -1)
src/components/Modal/ScalingModal.vue (+67 -0)
src/components/Modal/ThemeConfig.vue (+476 -0)
📝 src/components/Player/PlayerComponents/PlayerSlider.vue (+1 -0)
📝 src/components/Player/PlayerLyric/AMLyric.vue (+14 -21)
📝 src/components/Setting/GeneralSetting.vue (+9 -69)
📝 src/layout/AppLayout.vue (+73 -1)
📝 src/stores/data.ts (+43 -0)
📝 src/stores/setting.ts (+6 -13)
📝 src/stores/status.ts (+45 -0)
📝 src/style/animate.scss (+7 -7)
📝 src/style/main.scss (+60 -0)
src/types/color.d.ts (+26 -0)
📝 src/utils/color.ts (+58 -45)
📝 src/utils/modal.ts (+132 -62)

📄 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/770 **Author:** [@imsyy](https://github.com/imsyy) **Created:** 1/25/2026 **Status:** ✅ Merged **Merged:** 1/25/2026 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `dev` ← **Head:** `dev-theme` --- ### 📝 Commits (8) - [`fb0898a`](https://github.com/imsyy/SPlayer/commit/fb0898ac525b660ed3aa3f2c886f15ac38ee98bf) ✨ feat: 独立主题配置弹窗 - [`9de23d1`](https://github.com/imsyy/SPlayer/commit/9de23d11ddb9817cdc8bbb2a05c0bf7e3f77438f) ✨ feat: 可调整颜色生成 - [`4105dd9`](https://github.com/imsyy/SPlayer/commit/4105dd9cbc288e3957c3822c4899822945262768) ✨ feat: 基础适配图片背景 - [`3cf28cb`](https://github.com/imsyy/SPlayer/commit/3cf28cb9541a4d8931166c0b5ab5523284b25304) Merge branch 'dev' into dev-theme - [`f6fc2c3`](https://github.com/imsyy/SPlayer/commit/f6fc2c3ac3a7b1100e6039b167809ada78498c16) ✨ feat: 基础适配自定义背景图 - [`f27d632`](https://github.com/imsyy/SPlayer/commit/f27d6322dda8a705501c23927cbbbd92f641282e) Merge branch 'dev' into dev-theme - [`c87f8f7`](https://github.com/imsyy/SPlayer/commit/c87f8f7f4b723040e602d9dedb0c0dc79ae479d3) ✨ feat: 完善自定义背景图 - [`c940bb0`](https://github.com/imsyy/SPlayer/commit/c940bb00010758351e00b2fd0260898140e7c743) ✨ feat: 优化缩放调节 ### 📊 Changes **20 files changed** (+1150 additions, -278 deletions) <details> <summary>View changed files</summary> 📝 `components.d.ts` (+2 -0) 📝 `src/assets/data/themeColor.json` (+80 -25) ➕ `src/assets/icons/Palette.svg` (+1 -0) 📝 `src/components/Global/Provider.vue` (+33 -1) 📝 `src/components/Layout/Nav.vue` (+16 -33) 📝 `src/components/List/SongList.vue` (+1 -1) ➕ `src/components/Modal/ScalingModal.vue` (+67 -0) ➕ `src/components/Modal/ThemeConfig.vue` (+476 -0) 📝 `src/components/Player/PlayerComponents/PlayerSlider.vue` (+1 -0) 📝 `src/components/Player/PlayerLyric/AMLyric.vue` (+14 -21) 📝 `src/components/Setting/GeneralSetting.vue` (+9 -69) 📝 `src/layout/AppLayout.vue` (+73 -1) 📝 `src/stores/data.ts` (+43 -0) 📝 `src/stores/setting.ts` (+6 -13) 📝 `src/stores/status.ts` (+45 -0) 📝 `src/style/animate.scss` (+7 -7) 📝 `src/style/main.scss` (+60 -0) ➕ `src/types/color.d.ts` (+26 -0) 📝 `src/utils/color.ts` (+58 -45) 📝 `src/utils/modal.ts` (+132 -62) </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:12:33 +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#631
No description provided.