juice-email-cli 2.0.5 → 2.1.1

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.
Binary file
@@ -0,0 +1,40 @@
1
+ # juice.yaml - 用户配置文件示例
2
+ #
3
+ # 放置位置(优先级从低到高):
4
+ # ~/juice.yaml ← 用户主目录,对所有项目生效
5
+ # <模板文件目录>/juice.yaml ← 仅对当前项目生效(推荐)
6
+ # juice -c <此文件> ← 命令行指定
7
+ #
8
+ # 所有配置项均与 CLI 内置默认值深度合并,未填写的字段自动使用内置值。
9
+ # 完整默认配置见:<CLI安装目录>/defaults/juice.yaml
10
+
11
+ # ─── 模板变量(Mustache 语法)────────────────────────────────────────────────
12
+ variables:
13
+ overview:
14
+ image: https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605211020/Nature Medicine.webp
15
+ title: "Low-dose oral nicotinamide mononucleotide for immune thrombocytopenia: a phase 1/2 trial"
16
+ link: https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605211020/Nature Medicine.webp
17
+ publicationDate: April 29 2026
18
+ journal: Nature Medicine
19
+ impactFactor: 50.0
20
+ doi: 10.1038/s41591-026-04366-x
21
+ keywords: Immune Thrombocytopenia (ITP), Nicotinamide Mononucleotide (NMN), CD38-NAD<sup>+</sup> Axis
22
+
23
+ information:
24
+ image: https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605211020/CD38-NAD.webp
25
+ content: "This study identifies the CD38-NAD<sup>+</sup> axis as an immunometabolic checkpoint in ITP. Anti-CD38 antibodies deplete NAD<sup>+</sup>, driving M1 macrophages and FcγRI upregulation, which increases platelet phagocytosis. Restoring NAD<sup>+</sup> via CD38 inhibition or NMN reprograms macrophages to a resting state and blocks platelet destruction without affecting humoral immunity. In 25 refractory ITP patients, low-dose NMN (450 mg bid × 2 weeks) was well tolerated: 20% achieved platelets ≥50×10<sup>9</sup>/L, and 52% maintained response at week 8, with stable immunoglobulin levels. Thus, targeting CD38-NAD<sup>+</sup> metabolism offers a non-antibody-depleting therapeutic strategy."
26
+ link: https://www.procellsystem.com/resources/publications
27
+ buttonText: View More Publications
28
+ summary: Human plasma and mouse cell supernatant iNOS level were measured using Elabscience<sup>&reg;</sup> Human/Mouse NOS2/iNOS(Nitric Oxide Synthase 2, Inducible) ELISA Kit, respectively.
29
+
30
+ # ── 产品列表 ────────────────────────────────────────────────────────────────
31
+ # 使用 {{#productLists}}...{{/productLists}} 循环遍历
32
+ # {{#productLists}}{{name}}{{catNo}}{{/productLists}}
33
+ productLists:
34
+ - name: Human NOS2/iNOS(Nitric Oxide Synthase 2, Inducible) ELISA Kit
35
+ catNo: E-EL-H0753
36
+ link: https://www.elabscience.com/p/human-nos2-inos-nitric-oxide-synthase-2-inducible-elisa-kit--e-el-h0753
37
+
38
+ - name: Mouse NOS2/iNOS(Nitric Oxide Synthase 2, Inducible) ELISA Kit
39
+ catNo: E-EL-M0696
40
+ link: https://www.elabscience.com/p/mouse-nos2-inos-nitric-oxide-synthase-2-inducible-elisa-kit--e-el-m0696
@@ -0,0 +1,145 @@
1
+ <tr>
2
+ <td></td>
3
+ <td colspan="2">
4
+ <table cellspacing="0" cellpadding="0" border="0">
5
+ <colgroup>
6
+ <col width="25%" />
7
+ <col />
8
+ </colgroup>
9
+
10
+ <tbody class="align-top">
11
+ <tr>
12
+ <td rowspan="2" style="padding-right: 12px;" class="image-box">
13
+ <img src="{{overview.image}}" />
14
+ </td>
15
+ <td style="padding-bottom: 24px;" class="h-0">
16
+ <a href="{{overview.link}}" class="decoration-none">
17
+ <strong>{{overview.title}}</strong>
18
+ </a>
19
+ </td>
20
+ </tr>
21
+
22
+ <tr>
23
+ <td>
24
+ <p style="margin-bottom: 12px;"><strong>Publication Date:</strong> {{overview.publicationDate}}</p>
25
+ <p style="margin-bottom: 12px;"><strong>Journal:</strong> <i>{{overview.journal}}</i></p>
26
+ <p style="margin-bottom: 12px;"><strong>Impact Factor:</strong> {{overview.impactFactor}}</p>
27
+ <p><strong>DOI:</strong> {{overview.doi}}</p>
28
+ </td>
29
+ </tr>
30
+ </tbody>
31
+ </table>
32
+ </td>
33
+ <td></td>
34
+ </tr>
35
+
36
+ <tr>
37
+ <td colspan="4" class="h-24"></td>
38
+ </tr>
39
+
40
+ <tr>
41
+ <td></td>
42
+ <td colspan="2"><strong>Keywords:</strong> {{overview.keywords}}</td>
43
+ <td></td>
44
+ </tr>
45
+
46
+ <tr>
47
+ <td colspan="4" class="h-24"></td>
48
+ </tr>
49
+
50
+ <tr>
51
+ <td></td>
52
+ <td colspan="2">
53
+ <table cellspacing="0" cellpadding="0" border="0" class="table-dashed border-separate" style="padding: 16px;">
54
+ <colgroup>
55
+ <col width="40%" />
56
+ <col />
57
+ </colgroup>
58
+
59
+ <tbody class="align-top">
60
+ <tr>
61
+ <td colspan="2"></td>
62
+ </tr>
63
+
64
+ <tr>
65
+ <td rowspan="2" style="padding-right: 12px;" class="image-box align-middle">
66
+ <img src="{{information.image}}" />
67
+ </td>
68
+ <td style="padding-bottoms: 24px;" class="h-0">
69
+ <p>{{information.content}}</p>
70
+ </td>
71
+ </tr>
72
+
73
+ <tr>
74
+ <td>
75
+ {{#information.link}}
76
+ <a href="{{information.link}}" class="button decoration-none">{{information.buttonText}}</a>
77
+ {{/information.link}}
78
+ </td>
79
+ </tr>
80
+
81
+ <tr>
82
+ <td colspan="2"></td>
83
+ </tr>
84
+ </tbody>
85
+ </table>
86
+ </td>
87
+ <td></td>
88
+ </tr>
89
+
90
+ <tr>
91
+ <td colspan="4" class="h-24"></td>
92
+ </tr>
93
+
94
+ <tr>
95
+ <td></td>
96
+ <td colspan="2">{{information.summary}}</td>
97
+ <td></td>
98
+ </tr>
99
+
100
+ <tr>
101
+ <td colspan="4" class="h-24"></td>
102
+ </tr>
103
+
104
+ <tr>
105
+ <td></td>
106
+ <td colspan="2">
107
+ <span class="square-title">Elabscience<sup>&reg;</sup> Product Cited in This Literature</span>
108
+ </td>
109
+ <td></td>
110
+ </tr>
111
+
112
+ <tr>
113
+ <td colspan="4" class="h-12"></td>
114
+ </tr>
115
+
116
+ <tr>
117
+ <td></td>
118
+ <td colspan="2">
119
+ <table cellspacing="0" cellpadding="0" border="0" class="table-stripe text-center">
120
+ <colgroup>
121
+ <col />
122
+ <col width="30%" />
123
+ </colgroup>
124
+
125
+ <tbody>
126
+ <tr>
127
+ <td>Product</td>
128
+ <td>Cat. No.</td>
129
+ </tr>
130
+
131
+ {{#productLists}}
132
+ <tr>
133
+ <td>
134
+ <a href="{{link}}" class="text-link">{{name}}</a>
135
+ </td>
136
+ <td>
137
+ <a href="{{link}}" class="text-link">{{catNo}}</a>
138
+ </td>
139
+ </tr>
140
+ {{/productLists}}
141
+ </tbody>
142
+ </table>
143
+ </td>
144
+ <td></td>
145
+ </tr>
Binary file