fix(website): 移除无效的「登录」按钮(死 span,无链接)

Web 用户中心(web/usercenter)尚未部署、无 URL,登录入口暂无处可去;
产品主流程为 App 内登录。先删死按钮避免公开页点了没反应,待 #30 部署
usercenter 后接上登录地址恢复(已挂 #30 子任务)。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-07-05 17:56:49 +08:00
parent 95abb74db2
commit 75ed293151
+2 -1
View File
@@ -60,7 +60,8 @@ export default function Header({ lang = 'zh', t = {} }) {
<a data-lang="zh" class={lang === 'zh' ? 'on' : undefined} href="/">中文</a>
<a data-lang="en" class={lang === 'en' ? 'on' : undefined} href="/en/">EN</a>
</div>
<span class="linklogin">{t.login}</span>
{/* 「登录」暂移除:Web 用户中心(web/usercenter)未部署、无 URL;待 #30 CI/CD
部署后接上 usercenter 登录地址再恢复。 */}
<a class="btn btn-primary" href="#download">
<Download />
<span>{t.get}</span>