wechat-media-writer 2.2.10 → 2.2.11
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.
- package/SKILL.md +2 -2
- package/package.json +1 -1
package/SKILL.md
CHANGED
|
@@ -370,14 +370,14 @@ python3 scripts/publish.py --title "标题" --content-file content.html --cover-
|
|
|
370
370
|
<p style="font-size:16px;line-height:2;color:{BODY};margin:0 0 8px;text-indent:2em;">
|
|
371
371
|
<strong style="color:{T};">适合人群:</strong>
|
|
372
372
|
</p>
|
|
373
|
-
<p style="font-size:16px;line-height:2;color:{BODY};margin:0 0 16px;
|
|
373
|
+
<p style="font-size:16px;line-height:2;color:{BODY};margin:0 0 16px;padding-left:2em;">
|
|
374
374
|
<span>✅ 创业者/管理者——具体理由<br />✅ 陷入职业倦怠期的人——具体理由<br />✅ 对某领域感兴趣的读者——具体理由</span>
|
|
375
375
|
</p>
|
|
376
376
|
|
|
377
377
|
<p style="font-size:16px;line-height:2;color:{BODY};margin:0 0 8px;text-indent:2em;">
|
|
378
378
|
<strong style="color:{T};">不适合人群:</strong>
|
|
379
379
|
</p>
|
|
380
|
-
<p style="font-size:16px;line-height:2;color:{BODY};margin:0 0 16px;
|
|
380
|
+
<p style="font-size:16px;line-height:2;color:{BODY};margin:0 0 16px;padding-left:2em;">
|
|
381
381
|
<span>🚫 已读过类似书籍的人——内容高度重复<br />🚫 讨厌某种风格的人——具体理由<br />🚫 寻找其他类型内容的人——具体理由</span>
|
|
382
382
|
</p>
|
|
383
383
|
|