diff --git a/src/components/image/index.tsx b/src/components/image/index.tsx
index 1f3ba3d..b8e753c 100644
--- a/src/components/image/index.tsx
+++ b/src/components/image/index.tsx
@@ -54,7 +54,7 @@ export default memo(function Image({
return (
{({ inView, ref, entry }) => (
-
+
<>{observer && inView && once_callback(inView)}>
{children}
-
+
)}
);
@@ -88,15 +88,7 @@ export function ImageBasic({
{({ inView, ref, entry }) => (
-
+
<>{observer && inView && once_callback(inView)}>
{children}
diff --git a/src/components/proview/themePreview.tsx b/src/components/proview/themePreview.tsx
index f8cc3a4..9f4886d 100644
--- a/src/components/proview/themePreview.tsx
+++ b/src/components/proview/themePreview.tsx
@@ -36,9 +36,6 @@ declare module "@mui/material/Button" {
}
}
const theme = createTheme({
- typography: {
- fontFamily: "Proxima Soft",
- },
palette: {
luzao: { main: "#3dff9e", contrastText: "#fff" },
luzaoRed: { main: "#A0191D", contrastText: "#fff" },
diff --git a/src/routers/error.tsx b/src/routers/error.tsx
index ca872ec..8eed330 100644
--- a/src/routers/error.tsx
+++ b/src/routers/error.tsx
@@ -1,3 +1,4 @@
+import message from "@components/message";
import { Button } from "@mui/material";
import { Link } from "react-router-dom";
@@ -24,11 +25,15 @@ export default function ErrorPage() {
- 和
-
+ 、
+
- 两个页面(虽然两个是同一个页面)。
+ 和
+
+
+
+ 。
请尝试点击链接
@@ -49,4 +54,5 @@ export default function ErrorPage() {
const deleteAllDataStorage = () => {
localStorage.clear();
sessionStorage.clear();
+ message.info("重置网站数据成功!");
};
diff --git a/src/routers/layout/logo.tsx b/src/routers/layout/logo.tsx
index aa6278c..82ca977 100644
--- a/src/routers/layout/logo.tsx
+++ b/src/routers/layout/logo.tsx
@@ -1,4 +1,4 @@
-import { Button, Modal, styled } from "@mui/material";
+import { Button, Link, Modal, styled } from "@mui/material";
import { FC, useState } from "react";
import styles from "./layout.module.less";
@@ -56,6 +56,37 @@ const Explain: FC<{ open: boolean; handlerClick: () => void }> = (props) => (
+
+
+ Q:
+ 如何进行用户反馈?
+
+
+ A:
+
+ 请前往
+
+ eoefans反馈
+
+
+
+
+
+
+ Q:
+ 图片页图片太小了?
+
+
+ A:
+
+ 图片页可点击图片进入放大镜模式,支持手势返回和空白处返回;可使用双指放大对图片大小进行调整。
+
+
+