diff --git a/README.md b/README.md index a2082dec..0989a7ae 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # CCS - Claude Code Switch -![CCS Logo](https://docs.ccs.kaitran.ca/assets/ccs-logo-medium.png) +![CCS Logo](assets/ccs-logo-medium.png) ### Manage multiple AI accounts from one dashboard. Run Claude, Gemini, GLM, and more - concurrently, without conflicts. @@ -64,15 +64,15 @@ The dashboard provides visual management for all account types: **Analytics (Light/Dark Theme)** -![Analytics Light](https://docs.ccs.kaitran.ca/assets/screenshots/analytics-light.png) +![Analytics Light](assets/screenshots/analytics-light.png) -![Analytics Dark](https://docs.ccs.kaitran.ca/assets/screenshots/analytics.png) +![Analytics Dark](assets/screenshots/analytics.png) **API Profiles & OAuth Providers** -![API Profiles](https://docs.ccs.kaitran.ca/assets/screenshots/api_profiles.png) +![API Profiles](assets/screenshots/api_profiles.png) -![CLIProxy](https://docs.ccs.kaitran.ca/assets/screenshots/cliproxy.png) +![CLIProxy](assets/screenshots/cliproxy.png)
diff --git a/assets/ccs-logo-medium.png b/assets/ccs-logo-medium.png new file mode 100644 index 00000000..8f79961f Binary files /dev/null and b/assets/ccs-logo-medium.png differ diff --git a/assets/ccs-logo-zoomed-web.png b/assets/ccs-logo-zoomed-web.png new file mode 100644 index 00000000..493949ee Binary files /dev/null and b/assets/ccs-logo-zoomed-web.png differ diff --git a/assets/screenshots/analytics-light.png b/assets/screenshots/analytics-light.png new file mode 100644 index 00000000..3ab3f969 Binary files /dev/null and b/assets/screenshots/analytics-light.png differ diff --git a/assets/screenshots/analytics.png b/assets/screenshots/analytics.png new file mode 100644 index 00000000..34bd1563 Binary files /dev/null and b/assets/screenshots/analytics.png differ diff --git a/assets/screenshots/api_profiles.png b/assets/screenshots/api_profiles.png new file mode 100644 index 00000000..b6243bc1 Binary files /dev/null and b/assets/screenshots/api_profiles.png differ diff --git a/assets/screenshots/cliproxy.png b/assets/screenshots/cliproxy.png new file mode 100644 index 00000000..a292e6a0 Binary files /dev/null and b/assets/screenshots/cliproxy.png differ