File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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" },
You can’t perform that action at this time.
0 commit comments