@jiyeqian/md2pdf 1.7.4 → 1.7.5
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/README.md +2 -2
- package/package.json +1 -1
- package/src/md2pdf.mjs +1 -1
package/README.md
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
**elegant 主题**(默认,墨蓝 + 古铜):
|
|
6
6
|
|
|
7
|
-

|
|
7
|
+

|
|
8
8
|
|
|
9
9
|
**minimal 主题**(黑白公文风):
|
|
10
10
|
|
|
11
|
-

|
|
11
|
+

|
|
12
12
|
|
|
13
13
|
仓库:https://cnb.cool/jiyeqian/md2pdf
|
|
14
14
|
|
package/package.json
CHANGED
package/src/md2pdf.mjs
CHANGED
|
@@ -40,7 +40,7 @@ import { fileURLToPath, pathToFileURL } from 'node:url';
|
|
|
40
40
|
const ROOT = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..');
|
|
41
41
|
const ASSETS = path.join(ROOT, 'assets');
|
|
42
42
|
|
|
43
|
-
const VERSION = '1.7.
|
|
43
|
+
const VERSION = '1.7.5';
|
|
44
44
|
|
|
45
45
|
// Node ≥ 22 有全局 WebSocket;更老的版本退回到内置的极简实现
|
|
46
46
|
let _WS;
|