From 925a7d5516561a0649d9cb91e74db4ee528e6100 Mon Sep 17 00:00:00 2001 From: lashman Date: Sat, 7 Feb 2026 09:34:36 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index be337d6..78ccdf7 100644 --- a/README.md +++ b/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 │ │ └───────────────────┘ │