change footer

mgy
Dawn_Ocean 2024-03-25 18:58:12 +08:00
parent 24817aea50
commit 56174936d3
2 changed files with 7 additions and 3 deletions

View File

@ -12,9 +12,12 @@ const PageFooter: React.FC = () => {
yearStr = startYear.toString() + ' - ' + curYear.toString();
}
return (
<Footer style={{ textAlign: 'center' }}>
EVA-Notify Admin Page &copy; {yearStr} EVA Tech
</Footer>
<div>
<Footer style={{ textAlign: 'center', color: '#808080' }}>
EVA-Tea <br /> <br />
&copy; {yearStr} EVA Tech
</Footer>
</div>
);
};

View File

@ -21,6 +21,7 @@ export const routeName = new Map<string, string>([
['duty', '值班组长'],
['dutytable', '排班表'],
['dutyinfo', '值班信息'],
['conclusion', '值班总结'],
]);
export const AppRouter: React.FC = () => {