mirror of
https://github.com/woodchen-ink/Q58Connect.git
synced 2025-07-18 14:01:55 +08:00
chore: Update branding references to Q58 in documentation and UI
This commit is contained in:
parent
f771f4fb95
commit
83c668e717
@ -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
|
||||
|
||||
|
@ -49,7 +49,7 @@ export default function IndexPage() {
|
||||
<div className="mx-auto max-w-7xl px-4 text-center text-gray-600 dark:text-gray-400 sm:px-6 lg:px-8">
|
||||
© 2024{" "}
|
||||
<a
|
||||
href="https://shuzimumin.com"
|
||||
href="https://q58.pro"
|
||||
className="text-[#25263A] hover:underline dark:text-[#A0A1B2]"
|
||||
>
|
||||
Q58论坛
|
||||
|
@ -76,7 +76,7 @@ export function AuthorizationCard({
|
||||
<p className="mb-6 text-center">
|
||||
{client.description}
|
||||
<br />
|
||||
想要访问您的 Shuzimumin-Community 账户
|
||||
想要访问您的 Q58-Community 账户
|
||||
</p>
|
||||
<div className="space-y-4">
|
||||
{permissions.map((permission) => (
|
||||
|
Loading…
x
Reference in New Issue
Block a user