diff --git a/README.md b/README.md index aa35bfd5..fecfb7ce 100644 --- a/README.md +++ b/README.md @@ -62,17 +62,23 @@ The dashboard provides visual management for all account types: - **API Profiles**: Configure GLM, Kimi with your keys - **Health Monitor**: Real-time status across all profiles -**Analytics (Light/Dark Theme)** +**Analytics Dashboard** -![Analytics Light](assets/screenshots/analytics-light.png) +![Analytics](assets/screenshots/analytics.webp) -![Analytics Dark](assets/screenshots/analytics.png) +**Live Auth Monitor** -**API Profiles & OAuth Providers** +![Live Auth Monitor](assets/screenshots/live-auth-monitor.webp) -![API Profiles](assets/screenshots/api_profiles.png) +**CLI Proxy API & Copilot Integration** -![CLIProxy](assets/screenshots/cliproxy.png) +![CLIProxy API](assets/screenshots/cliproxyapi.webp) + +![Copilot API](assets/screenshots/copilot-api.webp) + +**WebSearch Fallback** + +![WebSearch](assets/screenshots/websearch.webp)
diff --git a/assets/screenshots/analytics-light.png b/assets/screenshots/analytics-light.png deleted file mode 100644 index 3ab3f969..00000000 Binary files a/assets/screenshots/analytics-light.png and /dev/null differ diff --git a/assets/screenshots/analytics.png b/assets/screenshots/analytics.png deleted file mode 100644 index 34bd1563..00000000 Binary files a/assets/screenshots/analytics.png and /dev/null differ diff --git a/assets/screenshots/analytics.webp b/assets/screenshots/analytics.webp new file mode 100644 index 00000000..bbd9c8f5 Binary files /dev/null and b/assets/screenshots/analytics.webp differ diff --git a/assets/screenshots/api_profiles.png b/assets/screenshots/api_profiles.png deleted file mode 100644 index b6243bc1..00000000 Binary files a/assets/screenshots/api_profiles.png and /dev/null differ diff --git a/assets/screenshots/cliproxy.png b/assets/screenshots/cliproxy.png deleted file mode 100644 index a292e6a0..00000000 Binary files a/assets/screenshots/cliproxy.png and /dev/null differ diff --git a/assets/screenshots/cliproxyapi.webp b/assets/screenshots/cliproxyapi.webp new file mode 100644 index 00000000..6e84533b Binary files /dev/null and b/assets/screenshots/cliproxyapi.webp differ diff --git a/assets/screenshots/copilot-api.webp b/assets/screenshots/copilot-api.webp new file mode 100644 index 00000000..1cf85573 Binary files /dev/null and b/assets/screenshots/copilot-api.webp differ diff --git a/assets/screenshots/live-auth-monitor.webp b/assets/screenshots/live-auth-monitor.webp new file mode 100644 index 00000000..8bd4d02e Binary files /dev/null and b/assets/screenshots/live-auth-monitor.webp differ diff --git a/assets/screenshots/websearch.webp b/assets/screenshots/websearch.webp new file mode 100644 index 00000000..63bf8204 Binary files /dev/null and b/assets/screenshots/websearch.webp differ