mirror of
https://github.com/woodchen-ink/Q58Connect.git
synced 2025-07-18 14:01:55 +08:00
chore: Update landing page and auth links to Q58 official website
This commit is contained in:
parent
39db9e79a6
commit
f604046aa4
@ -23,8 +23,8 @@ export default function IndexPage() {
|
|||||||
Q58 Connect
|
Q58 Connect
|
||||||
</h1>
|
</h1>
|
||||||
<p className="mx-auto mt-6 max-w-2xl text-lg text-gray-600 dark:text-gray-300">
|
<p className="mx-auto mt-6 max-w-2xl text-lg text-gray-600 dark:text-gray-300">
|
||||||
基于 Discourse SSO 的 OAuth
|
基于Q58论坛的OAuth 2.0认证服务,
|
||||||
认证服务,让用户使用论坛账号快速登录您的应用
|
让用户使用Q58论坛账号快速登录您的应用
|
||||||
</p>
|
</p>
|
||||||
<div className="mt-10 flex flex-col justify-center space-y-4 sm:flex-row sm:space-x-6 sm:space-y-0">
|
<div className="mt-10 flex flex-col justify-center space-y-4 sm:flex-row sm:space-x-6 sm:space-y-0">
|
||||||
<Link href="/dashboard">
|
<Link href="/dashboard">
|
||||||
@ -33,15 +33,6 @@ export default function IndexPage() {
|
|||||||
<ArrowRight className="ml-2 h-4 w-4" />
|
<ArrowRight className="ml-2 h-4 w-4" />
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="https://github.com/Tuluobo/discourse-connect">
|
|
||||||
<Button
|
|
||||||
size="lg"
|
|
||||||
variant="outline"
|
|
||||||
className="w-full sm:w-auto"
|
|
||||||
>
|
|
||||||
查看源码
|
|
||||||
</Button>
|
|
||||||
</Link>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -32,14 +32,14 @@ export default function AuthPage({ searchParams }: Props) {
|
|||||||
<p className="px-8 text-center text-sm text-muted-foreground">
|
<p className="px-8 text-center text-sm text-muted-foreground">
|
||||||
By clicking continue, you agree to our{" "}
|
By clicking continue, you agree to our{" "}
|
||||||
<Link
|
<Link
|
||||||
href="/terms"
|
href="https://q58.pro/tos"
|
||||||
className="hover:text-brand underline underline-offset-4"
|
className="hover:text-brand underline underline-offset-4"
|
||||||
>
|
>
|
||||||
Terms of Service
|
Terms of Service
|
||||||
</Link>{" "}
|
</Link>{" "}
|
||||||
and{" "}
|
and{" "}
|
||||||
<Link
|
<Link
|
||||||
href="/privacy"
|
href="https://q58.pro/privacy"
|
||||||
className="hover:text-brand underline underline-offset-4"
|
className="hover:text-brand underline underline-offset-4"
|
||||||
>
|
>
|
||||||
Privacy Policy
|
Privacy Policy
|
||||||
|
@ -41,14 +41,14 @@ export default function LoginPage() {
|
|||||||
<p className="px-8 text-center text-sm text-muted-foreground">
|
<p className="px-8 text-center text-sm text-muted-foreground">
|
||||||
By clicking continue, you agree to our{" "}
|
By clicking continue, you agree to our{" "}
|
||||||
<Link
|
<Link
|
||||||
href="/terms"
|
href="https://q58.pro/tos"
|
||||||
className="hover:text-brand underline underline-offset-4"
|
className="hover:text-brand underline underline-offset-4"
|
||||||
>
|
>
|
||||||
Terms of Service
|
Terms of Service
|
||||||
</Link>{" "}
|
</Link>{" "}
|
||||||
and{" "}
|
and{" "}
|
||||||
<Link
|
<Link
|
||||||
href="/privacy"
|
href="https://q58.pro/privacy"
|
||||||
className="hover:text-brand underline underline-offset-4"
|
className="hover:text-brand underline underline-offset-4"
|
||||||
>
|
>
|
||||||
Privacy Policy
|
Privacy Policy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user