diff --git a/README.md b/README.md index 294c758..de12626 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ pnpm turbo ### 1. 授权请求 -**端点:** `/oauth/authorize` +**端点:** `https://connect.q58.pro/oauth/authorize` **方法:** GET @@ -93,7 +93,7 @@ pnpm turbo ### 2. 获取访问令牌 -**端点:** `/api/oauth/access_token` +**端点:** `https://connect.q58.pro/api/oauth/access_token` **方法:** POST @@ -114,7 +114,7 @@ pnpm turbo ### 3. 获取用户信息 -**端点:** `/api/oauth/user` +**端点:** `https://connect.q58.pro/api/oauth/user` **方法:** GET diff --git a/src/app/()/page.tsx b/src/app/()/page.tsx index 167ada6..4f8ea43 100644 --- a/src/app/()/page.tsx +++ b/src/app/()/page.tsx @@ -49,7 +49,7 @@ export default function IndexPage() {
© 2024{" "} Q58论坛 diff --git a/src/components/auth/authorization-card.tsx b/src/components/auth/authorization-card.tsx index bf179d8..76af6ee 100644 --- a/src/components/auth/authorization-card.tsx +++ b/src/components/auth/authorization-card.tsx @@ -76,7 +76,7 @@ export function AuthorizationCard({

{client.description}
- 想要访问您的 Shuzimumin-Community 账户 + 想要访问您的 Q58-Community 账户

{permissions.map((permission) => (