Update README.md
This commit is contained in:
parent
1eff46e523
commit
61920ac49d
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue