fix: homepage '开始使用' button now links to API Key (/console/token) instead of register

This commit is contained in:
xiezhouwei 2026-06-21 19:00:13 +08:00
parent f2da0cdb24
commit 59cc502e6e
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ function HeroSection() {
{t("兼容 OpenAI / Claude / Gemini 等协议,覆盖文本、图像、视频、语音,智能路由,统一计费。")} {t("兼容 OpenAI / Claude / Gemini 等协议,覆盖文本、图像、视频、语音,智能路由,统一计费。")}
</p> </p>
<div className="flex flex-col sm:flex-row items-start sm:items-center gap-3 sm:gap-4 font-body"> <div className="flex flex-col sm:flex-row items-start sm:items-center gap-3 sm:gap-4 font-body">
<Link to="/register" className="inline-flex items-center bg-white text-black px-6 py-3 text-sm font-mono font-medium uppercase tracking-widest hover:bg-transparent hover:text-white border border-white transition-colors duration-200"> <Link to="/console/token" className="inline-flex items-center bg-white text-black px-6 py-3 text-sm font-mono font-medium uppercase tracking-widest hover:bg-transparent hover:text-white border border-white transition-colors duration-200">
{t("开始使用")} {t("开始使用")}
</Link> </Link>
<Link to="/pricing" className="inline-flex items-center text-white/60 px-6 py-3 text-sm font-mono font-medium uppercase tracking-widest hover:text-white transition-colors duration-200"> <Link to="/pricing" className="inline-flex items-center text-white/60 px-6 py-3 text-sm font-mono font-medium uppercase tracking-widest hover:text-white transition-colors duration-200">