From 4bdcd493c6f5d8adb3c9bac27fa8ab726faf05a3 Mon Sep 17 00:00:00 2001 From: 13315423919 <13315423919@qq.com> Date: Fri, 7 Nov 2025 09:05:35 +0800 Subject: [PATCH] Add File --- src/landppt/web/templates/error.html | 57 ++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 src/landppt/web/templates/error.html diff --git a/src/landppt/web/templates/error.html b/src/landppt/web/templates/error.html new file mode 100644 index 0000000..3a07fe8 --- /dev/null +++ b/src/landppt/web/templates/error.html @@ -0,0 +1,57 @@ +{% extends "base.html" %} + +{% block title %}错误 - LandPPT{% endblock %} + +{% block content %} +
+ {{ error }} +
++ 很抱歉,系统遇到了未知错误。请稍后重试或联系技术支持。 +
+ {% endif %} + +