From dbbd03f21caf7104503827cf7db99de4929996ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=92=E9=85=92=E7=9A=84=E6=9D=8E=E7=99=BD?= <670939375@qq.com> Date: Tue, 2 Jul 2024 23:44:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E3=80=90404.html=E3=80=91=E5=AE=8C?= =?UTF-8?q?=E6=88=90404=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/404.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/404.html diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..01307ed --- /dev/null +++ b/templates/404.html @@ -0,0 +1,25 @@ + + + + + + 404 + + + + + +
+
+
+
+
+ 这是404页面 +
+
+
+
+
+ / + + \ No newline at end of file From a4f29df565cf3b42f123bcf6f5c4dbd359df1ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=92=E9=85=92=E7=9A=84=E6=9D=8E=E7=99=BD?= <670939375@qq.com> Date: Tue, 2 Jul 2024 23:51:01 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E3=80=90error.html=E3=80=91500=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=A1=B5=E9=9D=A2=E5=89=8D=E7=AB=AF=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/error.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/error.html diff --git a/templates/error.html b/templates/error.html new file mode 100644 index 0000000..fad0c5e --- /dev/null +++ b/templates/error.html @@ -0,0 +1,23 @@ + + + + + + + 404 + + + + +
+
+
+
+
+ 这是404页面 +
+
+
+
+
+ \ No newline at end of file From 2d62acd79bc63965aef00756f0bd9a0e81fd0385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=92=E9=85=92=E7=9A=84=E6=9D=8E=E7=99=BD?= <670939375@qq.com> Date: Tue, 2 Jul 2024 23:52:43 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E3=80=90error.html=E3=80=91500=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E7=BE=8E=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/error.html | 62 ++++++++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 19 deletions(-) diff --git a/templates/error.html b/templates/error.html index fad0c5e..0285b0f 100644 --- a/templates/error.html +++ b/templates/error.html @@ -1,23 +1,47 @@ - - + - - 404 - - + + Error Page + + + - -
-
-
-
-
- 这是404页面 -
-
-
-
-
- \ No newline at end of file + +
+ Maintenance Image +
{{ errorMsg }}
+

Please go back, check the issue, and fix it.

+ Return to Login Page +
+ + + + + +