mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-26 07:25:53 +03:00
[PR #702] [CLOSED] perf: ⚡️ 内存优化 #597
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/702
Author: @awsl1414
Created: 1/1/2026
Status: ❌ Closed
Base:
dev-fix← Head:dev-fix📝 Commits (8)
5369ab6🐞 fix: 修复构建 & Docker00a0c8dMerge pull request #690 from imsyy/dev-fix8a50b15Merge pull request #692 from imsyy/dev-fixc334de3docs: 文档更新058139fdocs: 文档更新acbd65edocs: 文档更新12e65b5Merge pull request #693 from RainyGrass/docs/docs-update470e6a1perf: ⚡️ 内存优化📊 Changes
22 files changed (+782 additions, -157 deletions)
View changed files
➕
.gitattributes(+1 -0)📝
Dockerfile(+12 -10)📝
README.md(+76 -23)📝
electron/main/ipc/ipc-lyric.ts(+3 -3)📝
electron/main/services/CacheService.ts(+1 -1)📝
package.json(+3 -2)📝
pnpm-lock.yaml(+277 -6)📝
scripts/build-native.mjs(+21 -1)📝
src/api/lastfm.ts(+2 -1)📝
src/components/Player/MainAMLyric.vue(+2 -2)📝
src/components/Player/MainLyric.vue(+5 -4)📝
src/components/Setting/GeneralSetting.vue(+0 -14)📝
src/components/Setting/LocalSetting.vue(+14 -0)📝
src/components/Setting/PlaySetting.vue(+4 -2)📝
src/core/player/AudioManager.ts(+24 -4)📝
src/stores/data.ts(+14 -5)📝
src/stores/music.ts(+16 -14)📝
src/stores/setting.ts(+1 -1)📝
src/utils/initIpc.ts(+53 -43)➕
src/utils/ipcManager.ts(+222 -0)...and 2 more files
📄 Description
实际内存减少约 10m(windows)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.