mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 19:24:55 +08:00
在 `Package.appxmanifest` 中将版本号更新为 `1.0.32.0`。 在 `App.xaml.cs` 中优化 `OnLaunched` 方法,增加对 `lyricsWindow` 的空值检查。 在 `SystemTray.xaml` 中添加双击和左击命令以打开歌词窗口。 在 `SystemTrayViewModel.cs` 中新增 `OpenLyricsWindow` 方法,支持通过命令机制打开歌词窗口。