Promote Pro trial and rename settlement source to station

This commit is contained in:
2569718930@qq.com
2026-04-06 05:38:41 +08:00
parent e2c43351bd
commit f4335833b4
9 changed files with 94 additions and 63 deletions
@@ -34,6 +34,8 @@ export function HeaderBar() {
const supabaseReady = hasSupabasePublicEnv();
const docsHref = "/docs/intro";
const docsActive = pathname?.startsWith("/docs");
const trialPromoLabel =
locale === "en-US" ? "New users get 3-day Pro trial" : "新用户可免费体验 3 天 Pro";
useEffect(() => {
let mounted = true;
@@ -135,6 +137,15 @@ export function HeaderBar() {
{t("header.docs")}
</Link>
<Link
href="/account"
className="trial-promo-badge"
title={trialPromoLabel}
aria-label={trialPromoLabel}
>
<span>{trialPromoLabel}</span>
</Link>
<Link
href={accountHref}
className="account-btn"