From 75ed293151dd8878b0efcc755127dcfde21a8cb5 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Sun, 5 Jul 2026 17:56:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(website):=20=E7=A7=BB=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E6=95=88=E7=9A=84=E3=80=8C=E7=99=BB=E5=BD=95=E3=80=8D=E6=8C=89?= =?UTF-8?q?=E9=92=AE(=E6=AD=BB=20span,=E6=97=A0=E9=93=BE=E6=8E=A5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Web 用户中心(web/usercenter)尚未部署、无 URL,登录入口暂无处可去; 产品主流程为 App 内登录。先删死按钮避免公开页点了没反应,待 #30 部署 usercenter 后接上登录地址恢复(已挂 #30 子任务)。 Co-Authored-By: Claude Opus 4.8 --- web/website/src/components/Header.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/website/src/components/Header.jsx b/web/website/src/components/Header.jsx index 183fde7..a9403ca 100644 --- a/web/website/src/components/Header.jsx +++ b/web/website/src/components/Header.jsx @@ -60,7 +60,8 @@ export default function Header({ lang = 'zh', t = {} }) { 中文 EN - {t.login} + {/* 「登录」暂移除:Web 用户中心(web/usercenter)未部署、无 URL;待 #30 CI/CD + 部署后接上 usercenter 登录地址再恢复。 */} {t.get}