wechat-md-publisher 0.3.2 → 0.3.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wechat-md-publisher",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "全功能微信公众号 Markdown 发布工具 - 支持草稿、发布、删除和多主题",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -63,14 +63,15 @@
63
63
 
64
64
  /* 段落 */
65
65
  #wenyan p {
66
- margin: 1.3em 0;
67
- text-align: justify;
66
+ margin: 0;
67
+ text-align: left;
68
68
  line-height: 1.8;
69
69
  }
70
70
 
71
71
  /* 加粗 - 渐变色文字 */
72
72
  #wenyan strong {
73
73
  font-weight: 700;
74
+ color: #FFFFFF;
74
75
  background: linear-gradient(135deg, #00A968, #008A56, #00A968, #00A968);
75
76
  -webkit-background-clip: text;
76
77
  -webkit-text-fill-color: transparent;