wechat-md-publisher 0.8.2 → 0.8.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/config/default-wrapper.json +2 -2
- package/package.json +1 -1
- package/themes/builtin/blackink.css +5 -3
- package/themes/builtin/default.css +5 -3
- package/themes/builtin/greenmint.css +5 -3
- package/themes/builtin/orangesun.css +5 -3
- package/themes/builtin/purplerain.css +5 -3
- package/themes/builtin/redruby.css +5 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"enabled": true,
|
|
3
|
-
"header": "<div style=\"padding: 12px 15px; border: 1px dashed currentColor; font-size:14px; background:
|
|
4
|
-
"footer": "<div style=\"padding:
|
|
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>"
|
|
5
5
|
}
|
package/package.json
CHANGED
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
padding-bottom: 0.3em;
|
|
23
23
|
border-bottom: 2px solid var(--primary-color);
|
|
24
24
|
color: var(--primary-color);
|
|
25
|
+
text-align: left;
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
#wenyan h2 {
|
|
@@ -30,12 +31,14 @@
|
|
|
30
31
|
margin: 1.3em 0 0.8em;
|
|
31
32
|
padding-left: 10px;
|
|
32
33
|
border-left: 4px solid var(--primary-color);
|
|
34
|
+
text-align: left;
|
|
33
35
|
}
|
|
34
36
|
|
|
35
37
|
#wenyan h3 {
|
|
36
38
|
font-size: 18px;
|
|
37
39
|
font-weight: 600;
|
|
38
40
|
margin: 1.2em 0 0.8em;
|
|
41
|
+
text-align: left;
|
|
39
42
|
}
|
|
40
43
|
|
|
41
44
|
#wenyan p {
|
|
@@ -46,10 +49,10 @@
|
|
|
46
49
|
#wenyan strong {
|
|
47
50
|
font-weight: 700;
|
|
48
51
|
color: var(--primary-color);
|
|
52
|
+
text-align: left;
|
|
49
53
|
}
|
|
50
54
|
|
|
51
55
|
#wenyan code {
|
|
52
|
-
background-color: #f3f4f6;
|
|
53
56
|
padding: 2px 6px;
|
|
54
57
|
border-radius: 3px;
|
|
55
58
|
font-family: 'Courier New', monospace;
|
|
@@ -99,7 +102,7 @@
|
|
|
99
102
|
max-width: 100%;
|
|
100
103
|
height: auto;
|
|
101
104
|
border-radius: 6px;
|
|
102
|
-
margin:
|
|
105
|
+
margin: 1em 0;
|
|
103
106
|
}
|
|
104
107
|
|
|
105
108
|
#wenyan table {
|
|
@@ -109,7 +112,6 @@
|
|
|
109
112
|
}
|
|
110
113
|
|
|
111
114
|
#wenyan table th {
|
|
112
|
-
background-color: #f3f4f6;
|
|
113
115
|
padding: 12px;
|
|
114
116
|
text-align: left;
|
|
115
117
|
font-weight: 600;
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
padding-bottom: 0.3em;
|
|
23
23
|
border-bottom: 2px solid var(--primary-color);
|
|
24
24
|
color: var(--primary-color);
|
|
25
|
+
text-align: left;
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
#wenyan h2 {
|
|
@@ -30,12 +31,14 @@
|
|
|
30
31
|
margin: 1.3em 0 0.8em;
|
|
31
32
|
padding-left: 10px;
|
|
32
33
|
border-left: 4px solid var(--primary-color);
|
|
34
|
+
text-align: left;
|
|
33
35
|
}
|
|
34
36
|
|
|
35
37
|
#wenyan h3 {
|
|
36
38
|
font-size: 18px;
|
|
37
39
|
font-weight: 600;
|
|
38
40
|
margin: 1.2em 0 0.8em;
|
|
41
|
+
text-align: left;
|
|
39
42
|
}
|
|
40
43
|
|
|
41
44
|
#wenyan p {
|
|
@@ -46,10 +49,10 @@
|
|
|
46
49
|
#wenyan strong {
|
|
47
50
|
font-weight: 700;
|
|
48
51
|
color: var(--primary-color);
|
|
52
|
+
text-align: left;
|
|
49
53
|
}
|
|
50
54
|
|
|
51
55
|
#wenyan code {
|
|
52
|
-
background-color: #f3f4f6;
|
|
53
56
|
padding: 2px 6px;
|
|
54
57
|
border-radius: 3px;
|
|
55
58
|
font-family: 'Courier New', monospace;
|
|
@@ -99,7 +102,7 @@
|
|
|
99
102
|
max-width: 100%;
|
|
100
103
|
height: auto;
|
|
101
104
|
border-radius: 6px;
|
|
102
|
-
margin:
|
|
105
|
+
margin: 1em 0;
|
|
103
106
|
}
|
|
104
107
|
|
|
105
108
|
#wenyan table {
|
|
@@ -109,7 +112,6 @@
|
|
|
109
112
|
}
|
|
110
113
|
|
|
111
114
|
#wenyan table th {
|
|
112
|
-
background-color: #f3f4f6;
|
|
113
115
|
padding: 12px;
|
|
114
116
|
text-align: left;
|
|
115
117
|
font-weight: 600;
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
padding-bottom: 0.3em;
|
|
23
23
|
border-bottom: 2px solid var(--primary-color);
|
|
24
24
|
color: var(--primary-color);
|
|
25
|
+
text-align: left;
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
#wenyan h2 {
|
|
@@ -30,12 +31,14 @@
|
|
|
30
31
|
margin: 1.3em 0 0.8em;
|
|
31
32
|
padding-left: 10px;
|
|
32
33
|
border-left: 4px solid var(--primary-color);
|
|
34
|
+
text-align: left;
|
|
33
35
|
}
|
|
34
36
|
|
|
35
37
|
#wenyan h3 {
|
|
36
38
|
font-size: 18px;
|
|
37
39
|
font-weight: 600;
|
|
38
40
|
margin: 1.2em 0 0.8em;
|
|
41
|
+
text-align: left;
|
|
39
42
|
}
|
|
40
43
|
|
|
41
44
|
#wenyan p {
|
|
@@ -46,10 +49,10 @@
|
|
|
46
49
|
#wenyan strong {
|
|
47
50
|
font-weight: 700;
|
|
48
51
|
color: var(--primary-color);
|
|
52
|
+
text-align: left;
|
|
49
53
|
}
|
|
50
54
|
|
|
51
55
|
#wenyan code {
|
|
52
|
-
background-color: #f3f4f6;
|
|
53
56
|
padding: 2px 6px;
|
|
54
57
|
border-radius: 3px;
|
|
55
58
|
font-family: 'Courier New', monospace;
|
|
@@ -99,7 +102,7 @@
|
|
|
99
102
|
max-width: 100%;
|
|
100
103
|
height: auto;
|
|
101
104
|
border-radius: 6px;
|
|
102
|
-
margin:
|
|
105
|
+
margin: 1em 0;
|
|
103
106
|
}
|
|
104
107
|
|
|
105
108
|
#wenyan table {
|
|
@@ -109,7 +112,6 @@
|
|
|
109
112
|
}
|
|
110
113
|
|
|
111
114
|
#wenyan table th {
|
|
112
|
-
background-color: #f3f4f6;
|
|
113
115
|
padding: 12px;
|
|
114
116
|
text-align: left;
|
|
115
117
|
font-weight: 600;
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
padding-bottom: 0.3em;
|
|
23
23
|
border-bottom: 2px solid var(--primary-color);
|
|
24
24
|
color: var(--primary-color);
|
|
25
|
+
text-align: left;
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
#wenyan h2 {
|
|
@@ -30,12 +31,14 @@
|
|
|
30
31
|
margin: 1.3em 0 0.8em;
|
|
31
32
|
padding-left: 10px;
|
|
32
33
|
border-left: 4px solid var(--primary-color);
|
|
34
|
+
text-align: left;
|
|
33
35
|
}
|
|
34
36
|
|
|
35
37
|
#wenyan h3 {
|
|
36
38
|
font-size: 18px;
|
|
37
39
|
font-weight: 600;
|
|
38
40
|
margin: 1.2em 0 0.8em;
|
|
41
|
+
text-align: left;
|
|
39
42
|
}
|
|
40
43
|
|
|
41
44
|
#wenyan p {
|
|
@@ -46,10 +49,10 @@
|
|
|
46
49
|
#wenyan strong {
|
|
47
50
|
font-weight: 700;
|
|
48
51
|
color: var(--primary-color);
|
|
52
|
+
text-align: left;
|
|
49
53
|
}
|
|
50
54
|
|
|
51
55
|
#wenyan code {
|
|
52
|
-
background-color: #f3f4f6;
|
|
53
56
|
padding: 2px 6px;
|
|
54
57
|
border-radius: 3px;
|
|
55
58
|
font-family: 'Courier New', monospace;
|
|
@@ -99,7 +102,7 @@
|
|
|
99
102
|
max-width: 100%;
|
|
100
103
|
height: auto;
|
|
101
104
|
border-radius: 6px;
|
|
102
|
-
margin:
|
|
105
|
+
margin: 1em 0;
|
|
103
106
|
}
|
|
104
107
|
|
|
105
108
|
#wenyan table {
|
|
@@ -109,7 +112,6 @@
|
|
|
109
112
|
}
|
|
110
113
|
|
|
111
114
|
#wenyan table th {
|
|
112
|
-
background-color: #f3f4f6;
|
|
113
115
|
padding: 12px;
|
|
114
116
|
text-align: left;
|
|
115
117
|
font-weight: 600;
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
padding-bottom: 0.3em;
|
|
23
23
|
border-bottom: 2px solid var(--primary-color);
|
|
24
24
|
color: var(--primary-color);
|
|
25
|
+
text-align: left;
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
#wenyan h2 {
|
|
@@ -30,12 +31,14 @@
|
|
|
30
31
|
margin: 1.3em 0 0.8em;
|
|
31
32
|
padding-left: 10px;
|
|
32
33
|
border-left: 4px solid var(--primary-color);
|
|
34
|
+
text-align: left;
|
|
33
35
|
}
|
|
34
36
|
|
|
35
37
|
#wenyan h3 {
|
|
36
38
|
font-size: 18px;
|
|
37
39
|
font-weight: 600;
|
|
38
40
|
margin: 1.2em 0 0.8em;
|
|
41
|
+
text-align: left;
|
|
39
42
|
}
|
|
40
43
|
|
|
41
44
|
#wenyan p {
|
|
@@ -46,10 +49,10 @@
|
|
|
46
49
|
#wenyan strong {
|
|
47
50
|
font-weight: 700;
|
|
48
51
|
color: var(--primary-color);
|
|
52
|
+
text-align: left;
|
|
49
53
|
}
|
|
50
54
|
|
|
51
55
|
#wenyan code {
|
|
52
|
-
background-color: #f3f4f6;
|
|
53
56
|
padding: 2px 6px;
|
|
54
57
|
border-radius: 3px;
|
|
55
58
|
font-family: 'Courier New', monospace;
|
|
@@ -99,7 +102,7 @@
|
|
|
99
102
|
max-width: 100%;
|
|
100
103
|
height: auto;
|
|
101
104
|
border-radius: 6px;
|
|
102
|
-
margin:
|
|
105
|
+
margin: 1em 0;
|
|
103
106
|
}
|
|
104
107
|
|
|
105
108
|
#wenyan table {
|
|
@@ -109,7 +112,6 @@
|
|
|
109
112
|
}
|
|
110
113
|
|
|
111
114
|
#wenyan table th {
|
|
112
|
-
background-color: #f3f4f6;
|
|
113
115
|
padding: 12px;
|
|
114
116
|
text-align: left;
|
|
115
117
|
font-weight: 600;
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
padding-bottom: 0.3em;
|
|
23
23
|
border-bottom: 2px solid var(--primary-color);
|
|
24
24
|
color: var(--primary-color);
|
|
25
|
+
text-align: left;
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
#wenyan h2 {
|
|
@@ -30,12 +31,14 @@
|
|
|
30
31
|
margin: 1.3em 0 0.8em;
|
|
31
32
|
padding-left: 10px;
|
|
32
33
|
border-left: 4px solid var(--primary-color);
|
|
34
|
+
text-align: left;
|
|
33
35
|
}
|
|
34
36
|
|
|
35
37
|
#wenyan h3 {
|
|
36
38
|
font-size: 18px;
|
|
37
39
|
font-weight: 600;
|
|
38
40
|
margin: 1.2em 0 0.8em;
|
|
41
|
+
text-align: left;
|
|
39
42
|
}
|
|
40
43
|
|
|
41
44
|
#wenyan p {
|
|
@@ -46,10 +49,10 @@
|
|
|
46
49
|
#wenyan strong {
|
|
47
50
|
font-weight: 700;
|
|
48
51
|
color: var(--primary-color);
|
|
52
|
+
text-align: left;
|
|
49
53
|
}
|
|
50
54
|
|
|
51
55
|
#wenyan code {
|
|
52
|
-
background-color: #f3f4f6;
|
|
53
56
|
padding: 2px 6px;
|
|
54
57
|
border-radius: 3px;
|
|
55
58
|
font-family: 'Courier New', monospace;
|
|
@@ -99,7 +102,7 @@
|
|
|
99
102
|
max-width: 100%;
|
|
100
103
|
height: auto;
|
|
101
104
|
border-radius: 6px;
|
|
102
|
-
margin:
|
|
105
|
+
margin: 1em 0;
|
|
103
106
|
}
|
|
104
107
|
|
|
105
108
|
#wenyan table {
|
|
@@ -109,7 +112,6 @@
|
|
|
109
112
|
}
|
|
110
113
|
|
|
111
114
|
#wenyan table th {
|
|
112
|
-
background-color: #f3f4f6;
|
|
113
115
|
padding: 12px;
|
|
114
116
|
text-align: left;
|
|
115
117
|
font-weight: 600;
|