Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -344,17 +344,17 @@ A split-architecture desktop app: Rust backend for system integration and timer
|
||||
|
||||
```
|
||||
┌──────────────────────────────────────────────────────────────┐
|
||||
│ 🔲 System Tray │
|
||||
│ System Tray │
|
||||
│ (dynamic icon · tooltip · menu) │
|
||||
├──────────────────────────────────────────────────────────────┤
|
||||
│ │
|
||||
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
|
||||
│ │ Main Window │ │ Break Window│ │ Mini Window │ │
|
||||
│ │ (WebView) │ │ (WebView) │ │ (WebView) │ │
|
||||
│ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘ │
|
||||
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
|
||||
│ │ Main Window │ │ Break Window│ │ Mini Window │ │
|
||||
│ │ (WebView) │ │ (WebView) │ │ (WebView) │ │
|
||||
│ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘ │
|
||||
│ │ │ │ │
|
||||
│ └─────────┬───────┴──────────────────┘ │
|
||||
│ │ Tauri IPC │
|
||||
│ │ Tauri IPC │
|
||||
│ ┌─────────┴─────────┐ │
|
||||
│ │ Rust Backend │ │
|
||||
│ │ │ │
|
||||
@@ -362,7 +362,7 @@ A split-architecture desktop app: Rust backend for system integration and timer
|
||||
│ │ Config │ JSON persistence (portable) │
|
||||
│ │ Stats │ break history tracking │
|
||||
│ │ IdleDetector │ GetLastInputInfo polling │
|
||||
│ │ GlobalShortcuts │ Ctrl+Shift+P/B/S │
|
||||
│ │ GlobalShortcuts │ Ctrl+Shift+P/B/S │
|
||||
│ │ TrayIcon │ RGBA ring rendering │
|
||||
│ │ Notifications │ Windows toast │
|
||||
│ └───────────────────┘ │
|
||||
|
||||
Reference in New Issue
Block a user