mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 23:15:55 +03:00
[PR #706] [MERGED] feat(playBackground): 支持暂停时暂停背景动画 #596
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/706
Author: @MoYingJi
Created: 1/1/2026
Status: ✅ Merged
Merged: 1/3/2026
Merged by: @imsyy
Base:
dev← Head:pr/b📝 Commits (1)
e2e54eafeat(playBackground): 支持暂停时暂停背景动画📊 Changes
5 files changed (+25 additions, -5 deletions)
View changed files
📝
src/components/Player/PlayerBackground.vue(+8 -2)📝
src/components/Player/PlayerControl.vue(+1 -2)📝
src/components/Setting/PlaySetting.vue(+7 -0)📝
src/components/Special/BackgroundRender.vue(+6 -1)📝
src/stores/setting.ts(+3 -0)📄 Description
通过设置
flowSpeed为0来暂停动画,这样貌似没什么问题除此之外,还优化了一些样式和问题
为
BackgroundRender的dispose设置了 500ms 的延迟以修复点击关闭按钮后背景立即消失的问题 删掉了PlayerControl里一些地方的cursor: pointer;🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.