From a869019fb9f7e198ab5141d66c26cc7aba58dd47 Mon Sep 17 00:00:00 2001 From: 13315423919 <13315423919@qq.com> Date: Fri, 7 Nov 2025 09:05:37 +0800 Subject: [PATCH] Add File --- src/landppt/web/templates/result.html | 128 ++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 src/landppt/web/templates/result.html diff --git a/src/landppt/web/templates/result.html b/src/landppt/web/templates/result.html new file mode 100644 index 0000000..2fe3e43 --- /dev/null +++ b/src/landppt/web/templates/result.html @@ -0,0 +1,128 @@ +{% extends "base.html" %} + +{% block title %}生成结果 - LandPPT{% endblock %} + +{% block content %} +{% if success %} +
您的 PPT 已经成功生成,可以预览和下载。
+任务ID: {{ task_id }}
+ 总共 {{ outline.metadata.total_slides }} 页幻灯片 | + 场景: {{ outline.metadata.scenario }} | + 语言: {{ outline.metadata.language }} +
+ +很抱歉,PPT 生成过程中出现了错误。
+ {% if error %} +