diff --git a/public/index.html b/public/index.html index 160adb1..e54fd0d 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ - + - EVA-Notify Admin Page + EVA Tea diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..d7d48d5 Binary files /dev/null and b/public/logo.png differ diff --git a/src/App.tsx b/src/App.tsx index 949d4d8..5e4fbdf 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,9 +2,11 @@ import { FC } from 'react'; import { useLocation, useNavigate } from 'react-router-dom'; import { TeamOutlined, - UserOutlined, - DesktopOutlined, HomeOutlined, + SmileOutlined, + CrownOutlined, + ClockCircleOutlined, + ThunderboltOutlined, } from '@ant-design/icons'; import type { MenuProps } from 'antd'; import { Breadcrumb, Layout, Menu, theme } from 'antd'; @@ -62,16 +64,16 @@ function defSubMenu( } const items: MenuItem[] = [ - defMenu('主页', 'mainpage', , routes.main), - defRootMenu('主席团管理', 'admin', , [ + defMenu('主页', 'mainpage', , routes.main), + defRootMenu('主席团管理', 'admin', , [ defSubMenu('排班表管理', 'dutytable', routes.admin.dutyTable), defSubMenu('值班信息管理', 'dutyinfo', routes.admin.dutyInfo), ]), defRootMenu('值班组长', 'leader', , [ defSubMenu('值班总结', 'conclusion', routes.duty.conclusion), ]), - defMenu('日志', 'logspage', , routes.about), - defMenu('关于我们', 'aboutpage', , routes.about), + defMenu('日志', 'logspage', , routes.logs), + defMenu('关于我们', 'aboutpage', , routes.about), ]; interface BreadcrumbItem { diff --git a/src/components/PageFooter.tsx b/src/components/PageFooter.tsx index a354b12..ec55cfe 100644 --- a/src/components/PageFooter.tsx +++ b/src/components/PageFooter.tsx @@ -14,7 +14,7 @@ const PageFooter: React.FC = () => { return (