Update README.md

This commit is contained in:
hoenking 2025-11-11 20:49:12 +08:00
parent 1eff46e523
commit 61920ac49d
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
## 功能特性
- ✅ **自动检测锁屏状态**
- ✅ **自动检测锁屏/休眠/睡眠状态**
- Linux: 通过 DBus 监听系统的锁屏/解锁事件
- macOS: 通过 NSDistributedNotificationCenter 监听系统通知
- ✅ **自动停止绘制**:屏幕锁定时自动停止所有 Paint 事件,节省系统资源
@ -250,7 +250,7 @@ export LD_LIBRARY_PATH=$HOME/sdk/qt-5.15.2/lib:$LD_LIBRARY_PATH
3. **屏幕保护程序通知**(辅助检测)
```
Notifications:
Notifications:
- com.apple.screensaver.didstart
- com.apple.screensaver.didstop
```