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 %} + +