Skip to content

Commit 24670b1

Browse files
authored
Merge pull request #364 from xr843/hide-activity-feed
chore: hide 佛学动态 nav entry until cron fetcher is set up
2 parents 4d400ef + e9bfb35 commit 24670b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/src/components/Layout.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
RobotOutlined,
1616
GithubOutlined,
1717
GlobalOutlined,
18-
NotificationOutlined,
18+
// NotificationOutlined,
1919
// FieldTimeOutlined,
2020
// BarChartOutlined,
2121
} from "@ant-design/icons";
@@ -78,7 +78,8 @@ export default function Layout() {
7878
{ icon: <ApartmentOutlined />, label: t("nav.kg"), path: "/kg" },
7979
{ icon: <GlobalOutlined />, label: "佛教地理", path: "/map" },
8080
{ icon: <BookOutlined />, label: t("nav.collections"), path: "/collections" },
81-
{ icon: <NotificationOutlined />, label: t("nav.activity"), path: "/activity" },
81+
// TODO: 佛学动态暂时隐藏,待加入cron定时抓取后重新上线
82+
// { icon: <NotificationOutlined />, label: t("nav.activity"), path: "/activity" },
8283
// TODO: 时间线和数据总览暂时隐藏,待优化后重新上线
8384
// { icon: <FieldTimeOutlined />, label: t("nav.timeline"), path: "/timeline" },
8485
// { icon: <BarChartOutlined />, label: t("nav.dashboard"), path: "/dashboard" },

0 commit comments

Comments
 (0)