From 95ce343894f71b480e556d4c0ff23cac4a796f46 Mon Sep 17 00:00:00 2001 From: li <125846662@qq.com> Date: Mon, 17 Nov 2025 17:46:46 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=B7=BB=E5=8A=A0=E6=A8=A1?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/1080x1920/image_full_title.html | 291 ++++++++++++++++++++ templates/1080x1920/image_simple.html | 158 +++++++++++ templates/1080x1920/image_simple_black.html | 151 ++++++++++ 3 files changed, 600 insertions(+) create mode 100644 templates/1080x1920/image_full_title.html create mode 100644 templates/1080x1920/image_simple.html create mode 100644 templates/1080x1920/image_simple_black.html diff --git a/templates/1080x1920/image_full_title.html b/templates/1080x1920/image_full_title.html new file mode 100644 index 0000000..8bcbf97 --- /dev/null +++ b/templates/1080x1920/image_full_title.html @@ -0,0 +1,291 @@ + + + + + + + + 全屏图片 只有标题 - 1080x1920 + + + + + + + +
+
{{title}}
+
+ + + + \ No newline at end of file diff --git a/templates/1080x1920/image_simple.html b/templates/1080x1920/image_simple.html new file mode 100644 index 0000000..73aa6d0 --- /dev/null +++ b/templates/1080x1920/image_simple.html @@ -0,0 +1,158 @@ + + + + + + + + 简单风格 标题带白色背景 - 1080x1920 + + + + + + + +
+ {{title}} +
+ + + + \ No newline at end of file diff --git a/templates/1080x1920/image_simple_black.html b/templates/1080x1920/image_simple_black.html new file mode 100644 index 0000000..b08097a --- /dev/null +++ b/templates/1080x1920/image_simple_black.html @@ -0,0 +1,151 @@ + + + + + + + + 黑白简单风格 - 1080x1920 + + + + + + + +
{{title}}
+ + + + \ No newline at end of file