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

出现了一些问题

+ +
+ {% if error %} +
+

错误详情:

+

+ {{ error }} +

+
+ {% else %} +

+ 很抱歉,系统遇到了未知错误。请稍后重试或联系技术支持。 +

+ {% endif %} + +
+ + ← 返回上一页 + + + 🏠 返回首页 + +
+ +
+

💡 建议解决方案

+
    +
  • 检查网络连接是否正常
  • +
  • 刷新页面重试操作
  • +
  • 清除浏览器缓存
  • +
  • 尝试使用其他浏览器
  • +
  • 如果问题持续存在,请联系技术支持
  • +
+
+ +
+

🔗 快速链接

+
+ 🎯 创建 PPT + 📊 项目列表 + 📈 项目仪表板 + 🎮 查看演示 + 📚 API 文档 +
+
+
+
+{% endblock %}