mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-24 22:45:53 +03:00
[PR #777] [MERGED] ✨ feat: 实现基础的任务栏歌词 #634
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/777
Author: @apoint123
Created: 1/27/2026
Status: ✅ Merged
Merged: 2/1/2026
Merged by: @kazukokawagawa
Base:
dev← Head:feat/taskbar-lyric📝 Commits (2)
712ccba✨ feat: 实现基础的任务栏歌词0e9e8e3Merge branch 'dev' into feat/taskbar-lyric📊 Changes
44 files changed (+3911 additions, -35 deletions)
View changed files
📝
Cargo.lock(+161 -9)📝
Cargo.toml(+6 -1)📝
electron-builder.config.ts(+10 -0)📝
electron.vite.config.ts(+1 -0)📝
electron/main/ipc/index.ts(+8 -6)➕
electron/main/ipc/ipc-taskbar.ts(+74 -0)📝
electron/main/store/index.ts(+12 -4)📝
electron/main/tray/index.ts(+14 -0)📝
electron/main/windows/main-window.ts(+26 -4)➕
electron/main/windows/taskbar-lyric-window.ts(+434 -0)➕
native/taskbar-lyric/Cargo.toml(+60 -0)➕
native/taskbar-lyric/build.rs(+3 -0)➕
native/taskbar-lyric/index.d.ts(+86 -0)➕
native/taskbar-lyric/package.json(+14 -0)➕
native/taskbar-lyric/src/lib.rs(+383 -0)➕
native/taskbar-lyric/src/logger.rs(+89 -0)➕
native/taskbar-lyric/src/strategy/mod.rs(+97 -0)➕
native/taskbar-lyric/src/strategy/win10.rs(+270 -0)➕
native/taskbar-lyric/src/strategy/win11.rs(+173 -0)➕
native/taskbar-lyric/src/tray_watcher.rs(+264 -0)...and 24 more files
📄 Description
添加了任务栏歌词功能
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.