chore: Update branding references to Q58 in documentation and UI

This commit is contained in:
wood chen 2025-02-08 19:40:12 +08:00
parent f771f4fb95
commit 83c668e717
3 changed files with 5 additions and 5 deletions

View File

@ -74,7 +74,7 @@ pnpm turbo
### 1. 授权请求 ### 1. 授权请求
**端点:** `/oauth/authorize` **端点:** `https://connect.q58.pro/oauth/authorize`
**方法:** GET **方法:** GET
@ -93,7 +93,7 @@ pnpm turbo
### 2. 获取访问令牌 ### 2. 获取访问令牌
**端点:** `/api/oauth/access_token` **端点:** `https://connect.q58.pro/api/oauth/access_token`
**方法:** POST **方法:** POST
@ -114,7 +114,7 @@ pnpm turbo
### 3. 获取用户信息 ### 3. 获取用户信息
**端点:** `/api/oauth/user` **端点:** `https://connect.q58.pro/api/oauth/user`
**方法:** GET **方法:** GET

View File

@ -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"> <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{" "} © 2024{" "}
<a <a
href="https://shuzimumin.com" href="https://q58.pro"
className="text-[#25263A] hover:underline dark:text-[#A0A1B2]" className="text-[#25263A] hover:underline dark:text-[#A0A1B2]"
> >
Q58论坛 Q58论坛

View File

@ -76,7 +76,7 @@ export function AuthorizationCard({
<p className="mb-6 text-center"> <p className="mb-6 text-center">
{client.description} {client.description}
<br /> <br />
访 Shuzimumin-Community 访 Q58-Community
</p> </p>
<div className="space-y-4"> <div className="space-y-4">
{permissions.map((permission) => ( {permissions.map((permission) => (