feat: Implement Supabase authentication, account management UI, and entitlement services.

This commit is contained in:
2569718930@qq.com
2026-03-13 02:23:01 +08:00
parent 987aec2fa6
commit 0a869459c4
34 changed files with 2318 additions and 68 deletions
@@ -1,5 +1,6 @@
"use client";
import Link from "next/link";
import clsx from "clsx";
import { useDashboardStore } from "@/hooks/useDashboardStore";
import { useI18n } from "@/hooks/useI18n";
@@ -33,6 +34,15 @@ export function HeaderBar() {
</button>
</div>
<Link
href="/account"
className="account-btn"
title={t("header.accountAria")}
aria-label={t("header.accountAria")}
>
{t("header.account")}
</Link>
<button
type="button"
className="info-btn"