From c2893e418a4b21314015c76cdfddc0f32323a3b9 Mon Sep 17 00:00:00 2001 From: 13315423919 <13315423919@qq.com> Date: Fri, 7 Nov 2025 09:05:33 +0800 Subject: [PATCH] Add File --- .../web/templates/template_selection.html | 1677 +++++++++++++++++ 1 file changed, 1677 insertions(+) create mode 100644 src/landppt/web/templates/template_selection.html diff --git a/src/landppt/web/templates/template_selection.html b/src/landppt/web/templates/template_selection.html new file mode 100644 index 0000000..0c8c82a --- /dev/null +++ b/src/landppt/web/templates/template_selection.html @@ -0,0 +1,1677 @@ +{% extends "base.html" %} + +{% block title %}选择PPT模板{% endblock %} + +{% block extra_css %} + +{% endblock %} + +{% block content %} +
+

选择PPT模板

+

为您的PPT选择一个合适的模板模板

+
+ 项目:{{ project_topic or '未知项目' }} +
+
+ +
+ + +
+
+ +
+
+ +
🔍
+ +
+
+ + +
+ + +
+ + + +
+ + + +
+ + +
+ +
+ + + + + + + + +
+
+ 选择模板后点击下方按钮开始生成PPT +
+
+ + +
+
+ + + +
+ + + + + + + +{% endblock %}