From 637b2154d82033c5e1a963779640786889b2dbb7 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/image_generation_test.html | 254 ++++++++++++++++++ 1 file changed, 254 insertions(+) create mode 100644 src/landppt/web/templates/image_generation_test.html diff --git a/src/landppt/web/templates/image_generation_test.html b/src/landppt/web/templates/image_generation_test.html new file mode 100644 index 0000000..d739dc6 --- /dev/null +++ b/src/landppt/web/templates/image_generation_test.html @@ -0,0 +1,254 @@ +{% extends "base.html" %} + +{% block title %}图片生成测试{% endblock %} + +{% block content %} +
+

🎨 AI图片生成测试

+ + +
+

提供者状态

+
+ +
+
+ + +
+

生成图片

+ +
+ +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + + +
+
+ + + + + + +
+ + +{% endblock %}