diff --git a/docs/en/user-guide/templates.md b/docs/en/user-guide/templates.md index 01b274f..5a37747 100644 --- a/docs/en/user-guide/templates.md +++ b/docs/en/user-guide/templates.md @@ -177,6 +177,14 @@ Suitable for TikTok, Kuaishou, Xiaohongshu, and other short video platforms. ![full](../../images/1080x1920/full_en.jpg) Full screen display, suitable for book lists + +- **Healing** + + --- + + ![healing](../../images/1080x1920/healing_en.jpg) + + Healing style, suitable for therapeutic content --- diff --git a/docs/images/1080x1920/healing.jpg b/docs/images/1080x1920/healing.jpg new file mode 100644 index 0000000..817eecd Binary files /dev/null and b/docs/images/1080x1920/healing.jpg differ diff --git a/docs/images/1080x1920/healing_en.jpg b/docs/images/1080x1920/healing_en.jpg new file mode 100644 index 0000000..01b323c Binary files /dev/null and b/docs/images/1080x1920/healing_en.jpg differ diff --git a/docs/zh/user-guide/templates.md b/docs/zh/user-guide/templates.md index eea60a2..595d8ce 100644 --- a/docs/zh/user-guide/templates.md +++ b/docs/zh/user-guide/templates.md @@ -177,6 +177,14 @@ ![full](../../images/1080x1920/full.jpg) 全屏模版,适合书单号 + +- **Healing** + + --- + + ![healing](../../images/1080x1920/healing.jpg) + + 治愈模版,适合疗愈类内容 --- diff --git a/templates/1080x1920/image_excerpt.html b/templates/1080x1920/image_excerpt.html index fcfde45..786e803 100644 --- a/templates/1080x1920/image_excerpt.html +++ b/templates/1080x1920/image_excerpt.html @@ -1,5 +1,6 @@ + @@ -9,26 +10,42 @@ - + + + {{title}}
{{title}}
@@ -118,4 +137,5 @@
{{signature=@Pixelle.AI}}
+ \ No newline at end of file diff --git a/templates/1080x1920/image_healing.html b/templates/1080x1920/image_healing.html new file mode 100644 index 0000000..8580513 --- /dev/null +++ b/templates/1080x1920/image_healing.html @@ -0,0 +1,146 @@ + + + + + + + + + 疗愈 - 1080x1920 + + + + + + + + +
+
{{title}}
+
+ + +
{{text}}
+ + +
{{signature=@Pixelle.AI}}
+ + + + \ No newline at end of file diff --git a/templates/1920x1080/image_film.html b/templates/1920x1080/image_film.html index a16bd41..041be42 100644 --- a/templates/1920x1080/image_film.html +++ b/templates/1920x1080/image_film.html @@ -1,5 +1,6 @@ + @@ -12,13 +13,14 @@ padding: 0; box-sizing: border-box; } - - html, body { + + html, + body { width: 1920px; height: 1080px; overflow: hidden; } - + body { background: black; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; @@ -29,7 +31,7 @@ justify-content: center; align-items: center; } - + .main { width: 100%; height: 1000px; @@ -37,22 +39,23 @@ } .top { - width: 100%; - height: 15%; - display: flex; - justify-content: center; - align-items: center; - padding: 0 60px; - z-index: 1; + width: 100%; + height: 15%; + display: flex; + justify-content: center; + align-items: center; + padding: 0 60px; + z-index: 1; } .title { - width: 100%; /* 稍微调整以适应全宽图片 */ + width: 100%; + /* 稍微调整以适应全宽图片 */ text-align: center; font-size: 70px; font-weight: 800; line-height: 1.2; - text-shadow: 0 6px 22px rgba(0,0,0,0.6); + text-shadow: 0 6px 22px rgba(0, 0, 0, 0.6); letter-spacing: 4px; } @@ -65,22 +68,24 @@ .middle img { width: 100%; height: 100%; - object-fit: cover; /* 改为 cover 填满宽度 */ + object-fit: cover; + /* 改为 cover 填满宽度 */ display: block; } .bottom { - width: 100%; - height: 15%; - display: flex; - justify-content: center; - align-items: center; - padding: 0 60px; - z-index: 1; + width: 100%; + height: 15%; + display: flex; + justify-content: center; + align-items: center; + padding: 0 60px; + z-index: 1; } .text { - width: 100%; /* 稍微调整以适应全宽图片 */ + width: 100%; + /* 稍微调整以适应全宽图片 */ padding: 0 60px; text-align: center; font-size: 40px; @@ -89,11 +94,11 @@ color: #ffffff; letter-spacing: 1px; text-shadow: 0 0 0 #000, - -3px -3px 0 #000, - 3px -3px 0 #000, - -3px 3px 0 #000, - 3px 3px 0 #000, - 0 10px 24px rgba(0,0,0,0.6); + -3px -3px 0 #000, + 3px -3px 0 #000, + -3px 3px 0 #000, + 3px 3px 0 #000, + 0 10px 24px rgba(0, 0, 0, 0.6); /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */ @@ -110,18 +115,18 @@ bottom: 20px; color: #fff; text-shadow: -1px -1px 0 #000, - 1px -1px 0 #000, - -1px 1px 0 #000, - 1px 1px 0 #000; + 1px -1px 0 #000, + -1px 1px 0 #000, + 1px 1px 0 #000; } - + .author { display: flex; flex-direction: column; gap: 6px; letter-spacing: 2px; } - + .author-name { font-size: 30px; font-weight: 600; @@ -129,50 +134,51 @@ align-items: center; gap: 10px; } - + .author-mark { width: 8px; height: 8px; /* border-radius: 50%; */ /* background: rgba(149, 165, 166, 0.7); */ } - + .author-desc { font-size: 22px; /* color: #5d6d7e; */ line-height: 1.3; font-weight: 400; } - + .logo-section { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; } - + .logo { font-size: 24px; font-weight: 500; } - + .logo-marks { display: flex; gap: 5px; } - + .logo-mark { width: 6px; height: 6px; border-radius: 50%; background: rgba(149, 165, 166, 0.45); } - + .logo-mark.active { background: rgba(149, 165, 166, 0.75); } +
@@ -180,7 +186,7 @@
内容图片 - +
{{text}}
@@ -205,4 +211,5 @@
+ \ No newline at end of file diff --git a/templates/1920x1080/image_full.html b/templates/1920x1080/image_full.html index 9b6e193..5d7e862 100644 --- a/templates/1920x1080/image_full.html +++ b/templates/1920x1080/image_full.html @@ -1,5 +1,6 @@ + @@ -9,18 +10,29 @@ - + + -
+
{{title}}
{{text}}
@@ -178,4 +193,5 @@
+ \ No newline at end of file