wechat-md-publisher 0.8.13 → 0.8.15
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/config/default-wrapper.json +2 -2
- package/package.json +1 -1
- package/themes/builtin/blackink.css +1 -1
- package/themes/builtin/default.css +1 -1
- package/themes/builtin/greenmint.css +1 -1
- package/themes/builtin/orangesun.css +1 -1
- package/themes/builtin/purplerain.css +1 -1
- package/themes/builtin/redruby.css +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"enabled": true,
|
|
3
|
-
"header": "<div style=\"padding: 12px 15px; border: 1px dashed currentColor; font-size:14px; text-align:center; background:transparent; color:inherit;\">\n点击左上关注,PingAI 品智助你智领未来\n</div>",
|
|
4
|
-
"footer": "<div style=\"padding: 12px 15px; border: 1px dashed currentColor; font-size:14px; background:transparent; color:inherit;\">\n免责声明:本文内容转载自互联网,仅供参考学习使用。文中观点不代表本公众号立场,内容准确性请读者自行判断。如有侵权或不当之处,请联系我们删除。转载请注明出处。\n</div>"
|
|
3
|
+
"header": "<div style=\"padding: 12px 15px; margin-bottom: 20px; border: 1px dashed currentColor; font-size:14px; text-align:center; background:transparent; color:inherit;\">\n点击左上关注,PingAI 品智助你智领未来\n</div>",
|
|
4
|
+
"footer": "<div style=\"padding: 12px 15px; margin-top: 20px; border: 1px dashed currentColor; font-size:14px; background:transparent; color:inherit;\">\n免责声明:本文内容转载自互联网,仅供参考学习使用。文中观点不代表本公众号立场,内容准确性请读者自行判断。如有侵权或不当之处,请联系我们删除。转载请注明出处。\n</div>"
|
|
5
5
|
}
|
package/package.json
CHANGED