diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx
index c842ff6..3b6c066 100644
--- a/frontend/src/components/Layout.tsx
+++ b/frontend/src/components/Layout.tsx
@@ -15,7 +15,7 @@ import {
RobotOutlined,
GithubOutlined,
GlobalOutlined,
- NotificationOutlined,
+ // NotificationOutlined,
// FieldTimeOutlined,
// BarChartOutlined,
} from "@ant-design/icons";
@@ -78,7 +78,8 @@ export default function Layout() {
{ icon: , label: t("nav.kg"), path: "/kg" },
{ icon: , label: "佛教地理", path: "/map" },
{ icon: , label: t("nav.collections"), path: "/collections" },
- { icon: , label: t("nav.activity"), path: "/activity" },
+ // TODO: 佛学动态暂时隐藏,待加入cron定时抓取后重新上线
+ // { icon: , label: t("nav.activity"), path: "/activity" },
// TODO: 时间线和数据总览暂时隐藏,待优化后重新上线
// { icon: , label: t("nav.timeline"), path: "/timeline" },
// { icon: , label: t("nav.dashboard"), path: "/dashboard" },