cnbluefire

Results 10 comments of cnbluefire

是什么架构的设备,x86还是arm64?

方便加一下热词首页里的交流群吗

sorry 首页没写群号 群号是1145646224

需要你接入smtc之后,我来做适配

暂时不想接受pr。。。

现在的播放器列表结构有些屎山了,过段时间我会重构一下这里,到时候把MusicBee的支持加进去,这样行不行

可能和屏幕分辨率有关系。。。现在是关掉了对齐到像素的,不然有些设备会变得歪歪扭扭,这个可能暂时没有好的解决方案

是否设置了自动隐藏任务栏?

等我有空了测一下吧

Why not use Microsoft.win32.SystemEvents? [SystemEvents.cs](https://github.com/dotnet/runtime/blob/release/9.0/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L1133) ```csharp /// /// A standard Win32 window proc for our broadcast window. /// private IntPtr WindowProc(IntPtr hWnd, int msg, nint wParam, nint lParam) { switch...