diff --git a/src/pages/custom.css b/src/pages/custom.css index 1ea6cb4..c3edf31 100644 --- a/src/pages/custom.css +++ b/src/pages/custom.css @@ -19,7 +19,7 @@ text-align: center; min-width: 100%; } -.MuiAlert-message,.MuiInputLabel-root,.MuiButton-contained { +.MuiAlert-message,.MuiInputLabel-root,.MuiButton-contained,.MuiTypography-root { font-family: "OPPO Sans" !important; } diff --git a/src/pages/notfound.tsx b/src/pages/notfound.tsx index 28236f0..f33057f 100644 --- a/src/pages/notfound.tsx +++ b/src/pages/notfound.tsx @@ -1,42 +1,59 @@ -import { Box, Button, CssBaseline, Grid, Typography } from "@mui/material" +import { Paper, Box, Button, CssBaseline, Grid, Typography } from "@mui/material" import { ThemeProvider } from "@mui/material/styles" import { theme } from ".." import ErrorOutlineIcon from '@mui/icons-material/ErrorOutline' import { useNavigate } from "react-router-dom" +import "./custom.css" export const PageNotFound = () => { const navigate = useNavigate() return - - - - +
+ + + + + + + + + Oops! 网页娘迷路了~ + + + + + + 如果你看到这个页面,那大概率是你乱访问了一个不存在的地址。 + + + + + 如果不是这样的,那可能是网页出现了Bug,请截图发送给开发者 Qumolama.d 以寻求帮助。 + + + + + + + + + + - - - - - - Oops! Page not found! - - - - - - 您要访问的页面不存在!请确认您是不是瞎几把输入了个URL然后就访问。如果不是那就是出bug了,带上你访问的URL截图发给 Lama
也解决不了
-
-
- - - - -
-
- -
+ +
} \ No newline at end of file