From be49eebd3930186834fa36d6bd8c2b1c5a542e8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 18:47:11 +0000 Subject: [PATCH] =?UTF-8?q?feat(header):=20=E5=85=A8=E7=AB=99=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E5=8A=A0=20"=E5=88=86=E4=BA=AB=E5=A2=99=20/=20Feed"?= =?UTF-8?q?=20=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 之前 Hero / Join 区有 /feed 入口但全站 header 没有,导致用户在文档页 / 排行榜 等子页面想跳分享墙必须先回首页或敲 URL。本次在 header nav 第 4 位加常驻入口。 文案 - zh: "分享墙"("墙"对齐"排行榜"的"榜",强调信息流形态而非动作) - en: "Feed" 位置 顺序: 文档 / 排行榜 / 社区 / 分享墙 / 联系 紧跟 "社区" 后是因为 feed 是社区的产物(DC 群分享 → bot 收录 → /feed 上架)。 埋点 data-umami-event-label="feed",跟其他 nav 项一致,方便统计点击转化率。 --- app/components/Header.tsx | 9 +++++++++ messages/en.json | 1 + messages/zh.json | 1 + 3 files changed, 11 insertions(+) diff --git a/app/components/Header.tsx b/app/components/Header.tsx index 509c3c55..dc802685 100644 --- a/app/components/Header.tsx +++ b/app/components/Header.tsx @@ -59,6 +59,15 @@ export async function Header() { > {t("nav.community")} + + {t("nav.feed")} +