juice-email-cli 2.4.9 → 2.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,6 +14,8 @@ variables:
14
14
  pc: https://files.elabscience.cn/assets/images/article/202604221646/pc.webp
15
15
  mobile: https://files.elabscience.cn/assets/images/article/202604221646/mobile.webp
16
16
 
17
+ datetime: 2026.6.11-2026.7.24
18
+
17
19
  activity:
18
20
  comment: 以上4个活动可同享,单个产线内活动可叠享,此活动不与其他优惠活动叠享
19
21
  lists:
@@ -1,5 +1,5 @@
1
1
  {{#banner}}
2
- <div class="d-flex align-item-center justify-content-center mb-2">
2
+ <div class="d-flex align-item-center justify-content-center mb-3">
3
3
  <img class="{{#mobile}}d-none d-md-block{{/mobile}}{{^mobile}}d-block{{/mobile}} img-fluid m-auto border-0" src="{{pc}}" />
4
4
 
5
5
  {{#mobile}}
@@ -8,6 +8,10 @@
8
8
  </div>
9
9
  {{/banner}}
10
10
 
11
+ {{#datetime}}
12
+ <p><strong>活动时间:{{datetime}}</strong></p>
13
+ {{/datetime}}
14
+
11
15
  {{#activity}}
12
16
  <div class="row no-gutters" style="background-color: #f9fafb;">
13
17
  {{#lists}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juice-email-cli",
3
- "version": "2.4.9",
3
+ "version": "2.4.10",
4
4
  "type": "module",
5
5
  "description": "CLI tool to generate email-client-compatible HTML with juice (CSS inlining) + Mustache templating + minification",
6
6
  "main": "src/index.js",