diff --git a/README.md b/README.md index 79260584..61999f14 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ English | [中文](README_CN.md) --- +## Demo + +Try Sub2API online: **https://v2.pincc.ai/** + +| Email | Password | +|-------|----------| +| admin@sub2api.com | admin123 | + ## Overview Sub2API is an AI API gateway platform designed to distribute and manage API quotas from AI product subscriptions (like Claude Code $200/month). Users can access upstream AI services through platform-generated API Keys, while the platform handles authentication, billing, load balancing, and request forwarding. diff --git a/README_CN.md b/README_CN.md index f7e8ecb1..b3d5cff4 100644 --- a/README_CN.md +++ b/README_CN.md @@ -16,6 +16,14 @@ --- +## 在线体验 + +体验地址:**https://v2.pincc.ai/** + +| 邮箱 | 密码 | +|------|------| +| admin@sub2api.com | admin123 | + ## 项目概述 Sub2API 是一个 AI API 网关平台,用于分发和管理 AI 产品订阅(如 Claude Code $200/月)的 API 配额。用户通过平台生成的 API Key 调用上游 AI 服务,平台负责鉴权、计费、负载均衡和请求转发。 diff --git a/frontend/src/components/layout/AppHeader.vue b/frontend/src/components/layout/AppHeader.vue index a4282b5c..e432879e 100644 --- a/frontend/src/components/layout/AppHeader.vue +++ b/frontend/src/components/layout/AppHeader.vue @@ -108,7 +108,7 @@ authStore.isAuthenticated);