diff --git a/README.md b/README.md index 6fa27c6..ad423f7 100644 --- a/README.md +++ b/README.md @@ -445,13 +445,13 @@ A split-architecture desktop app: Rust backend for system integration and timer │ (dynamic icon · tooltip · menu) │ ├──────────────────────────────────────────────────────────────┤ │ │ -│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ -│ │ Main Window │ │ Break Window│ │ Mini Window │ │ -│ │ (WebView) │ │ (WebView) │ │ (WebView) │ │ -│ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘ │ -│ │ │ │ │ -│ └─────────┬───────┴──────────────────┘ │ -│ │ Tauri IPC │ +│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ +│ │ Main Window │ │ Break Window│ │ Mini Window │ │ +│ │ (WebView) │ │ (WebView) │ │ (WebView) │ │ +│ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘ │ +│ │ │ │ │ +│ └─────────┬────────┴──────────────────┘ │ +│ │ Tauri IPC │ │ ┌─────────┴─────────┐ │ │ │ Rust Backend │ │ │ │ │ │ @@ -459,7 +459,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 │ │ └───────────────────┘ │