mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 06:55:57 +03:00
[PR #770] [MERGED] ✨ feat: 新增自定义背景图 #631
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:dev-theme📝 Commits (8)
fb0898a✨ feat: 独立主题配置弹窗9de23d1✨ feat: 可调整颜色生成4105dd9✨ feat: 基础适配图片背景3cf28cbMerge branch 'dev' into dev-themef6fc2c3✨ feat: 基础适配自定义背景图f27d632Merge branch 'dev' into dev-themec87f8f7✨ 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.