wechat-md-publisher 0.8.8 → 0.8.9
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/dist/cli.js +0 -0
- package/package.json +14 -11
- package/themes/builtin/blackink.css +2 -2
- package/themes/builtin/default.css +2 -2
- package/themes/builtin/greenmint.css +2 -2
- package/themes/builtin/lapis.css +0 -0
- package/themes/builtin/maize.css +0 -0
- package/themes/builtin/orangesun.css +2 -2
- package/themes/builtin/phycat.css +0 -0
- package/themes/builtin/pie.css +0 -0
- package/themes/builtin/purple.css +0 -0
- package/themes/builtin/purplerain.css +2 -2
- package/themes/builtin/rainbow.css +0 -0
- package/themes/builtin/redruby.css +2 -2
package/dist/cli.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wechat-md-publisher",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.9",
|
|
4
4
|
"description": "全功能微信公众号 Markdown 发布工具 - 支持草稿、发布、删除和多主题",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -16,6 +16,16 @@
|
|
|
16
16
|
"README.md",
|
|
17
17
|
"LICENSE"
|
|
18
18
|
],
|
|
19
|
+
"scripts": {
|
|
20
|
+
"dev": "vite build --watch",
|
|
21
|
+
"build": "vite build && tsc",
|
|
22
|
+
"test": "vitest",
|
|
23
|
+
"test:unit": "vitest run tests/unit",
|
|
24
|
+
"test:integration": "vitest run tests/integration",
|
|
25
|
+
"lint": "eslint src --ext .ts",
|
|
26
|
+
"format": "prettier --write \"src/**/*.ts\"",
|
|
27
|
+
"prepublishOnly": "pnpm build"
|
|
28
|
+
},
|
|
19
29
|
"keywords": [
|
|
20
30
|
"wechat",
|
|
21
31
|
"weixin",
|
|
@@ -36,6 +46,7 @@
|
|
|
36
46
|
"url": "https://github.com/sipingme/wechat-md-publisher/issues"
|
|
37
47
|
},
|
|
38
48
|
"homepage": "https://github.com/sipingme/wechat-md-publisher#readme",
|
|
49
|
+
"packageManager": "pnpm@10.7.1",
|
|
39
50
|
"dependencies": {
|
|
40
51
|
"@wenyan-md/core": "^2.0.8",
|
|
41
52
|
"axios": "^1.7.9",
|
|
@@ -62,13 +73,5 @@
|
|
|
62
73
|
"formdata-node": "^6.0.3",
|
|
63
74
|
"jsdom": "^27.4.0"
|
|
64
75
|
},
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
"build": "vite build && tsc",
|
|
68
|
-
"test": "vitest",
|
|
69
|
-
"test:unit": "vitest run tests/unit",
|
|
70
|
-
"test:integration": "vitest run tests/integration",
|
|
71
|
-
"lint": "eslint src --ext .ts",
|
|
72
|
-
"format": "prettier --write \"src/**/*.ts\""
|
|
73
|
-
}
|
|
74
|
-
}
|
|
76
|
+
"pnpm": {}
|
|
77
|
+
}
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
#wenyan h1 {
|
|
19
|
-
font-size:
|
|
19
|
+
font-size: 20px;
|
|
20
20
|
font-weight: 700;
|
|
21
21
|
margin: 1.5em 0 1em;
|
|
22
22
|
padding-bottom: 0.3em;
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
#wenyan h2 {
|
|
29
|
-
font-size:
|
|
29
|
+
font-size: 18px;
|
|
30
30
|
font-weight: 600;
|
|
31
31
|
margin: 1.3em 0 0.8em;
|
|
32
32
|
padding-left: 10px;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
#wenyan h1 {
|
|
19
|
-
font-size:
|
|
19
|
+
font-size: 20px;
|
|
20
20
|
font-weight: 700;
|
|
21
21
|
margin: 1.5em 0 1em;
|
|
22
22
|
padding-bottom: 0.3em;
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
#wenyan h2 {
|
|
29
|
-
font-size:
|
|
29
|
+
font-size: 18px;
|
|
30
30
|
font-weight: 600;
|
|
31
31
|
margin: 1.3em 0 0.8em;
|
|
32
32
|
padding-left: 10px;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
#wenyan h1 {
|
|
19
|
-
font-size:
|
|
19
|
+
font-size: 20px;
|
|
20
20
|
font-weight: 700;
|
|
21
21
|
margin: 1.5em 0 1em;
|
|
22
22
|
padding-bottom: 0.3em;
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
#wenyan h2 {
|
|
29
|
-
font-size:
|
|
29
|
+
font-size: 18px;
|
|
30
30
|
font-weight: 600;
|
|
31
31
|
margin: 1.3em 0 0.8em;
|
|
32
32
|
padding-left: 10px;
|
package/themes/builtin/lapis.css
CHANGED
|
File without changes
|
package/themes/builtin/maize.css
CHANGED
|
File without changes
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
#wenyan h1 {
|
|
19
|
-
font-size:
|
|
19
|
+
font-size: 20px;
|
|
20
20
|
font-weight: 700;
|
|
21
21
|
margin: 1.5em 0 1em;
|
|
22
22
|
padding-bottom: 0.3em;
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
#wenyan h2 {
|
|
29
|
-
font-size:
|
|
29
|
+
font-size: 18px;
|
|
30
30
|
font-weight: 600;
|
|
31
31
|
margin: 1.3em 0 0.8em;
|
|
32
32
|
padding-left: 10px;
|
|
File without changes
|
package/themes/builtin/pie.css
CHANGED
|
File without changes
|
|
File without changes
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
#wenyan h1 {
|
|
19
|
-
font-size:
|
|
19
|
+
font-size: 20px;
|
|
20
20
|
font-weight: 700;
|
|
21
21
|
margin: 1.5em 0 1em;
|
|
22
22
|
padding-bottom: 0.3em;
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
#wenyan h2 {
|
|
29
|
-
font-size:
|
|
29
|
+
font-size: 18px;
|
|
30
30
|
font-weight: 600;
|
|
31
31
|
margin: 1.3em 0 0.8em;
|
|
32
32
|
padding-left: 10px;
|
|
File without changes
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
#wenyan h1 {
|
|
19
|
-
font-size:
|
|
19
|
+
font-size: 20px;
|
|
20
20
|
font-weight: 700;
|
|
21
21
|
margin: 1.5em 0 1em;
|
|
22
22
|
padding-bottom: 0.3em;
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
#wenyan h2 {
|
|
29
|
-
font-size:
|
|
29
|
+
font-size: 18px;
|
|
30
30
|
font-weight: 600;
|
|
31
31
|
margin: 1.3em 0 0.8em;
|
|
32
32
|
padding-left: 10px;
|