mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 15:05:58 +03:00
[PR #703] [CLOSED] perf: ⚡️ 内存优化 #593
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/703
Author: @awsl1414
Created: 1/1/2026
Status: ❌ Closed
Base:
dev← Head:dev-fix📝 Commits (1)
470e6a1perf: ⚡️ 内存优化📊 Changes
10 files changed (+342 additions, -77 deletions)
View changed files
📝
electron/main/ipc/ipc-lyric.ts(+3 -3)📝
electron/main/services/CacheService.ts(+1 -1)📝
src/api/lastfm.ts(+2 -1)📝
src/components/Player/MainAMLyric.vue(+2 -2)📝
src/components/Player/MainLyric.vue(+5 -4)📝
src/core/player/AudioManager.ts(+24 -4)📝
src/stores/data.ts(+14 -5)📝
src/stores/music.ts(+16 -14)📝
src/utils/initIpc.ts(+53 -43)➕
src/utils/ipcManager.ts(+222 -0)📄 Description
实际内存减少约 10m(windows)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.