wechat-md-publisher 0.8.22 → 1.0.0

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 CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wechat-md-publisher",
3
- "version": "0.8.22",
3
+ "version": "1.0.0",
4
4
  "description": "全功能微信公众号 Markdown 发布工具 - 支持草稿、发布、删除和多主题",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -16,16 +16,6 @@
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
- },
29
19
  "keywords": [
30
20
  "wechat",
31
21
  "weixin",
@@ -46,7 +36,6 @@
46
36
  "url": "https://github.com/sipingme/wechat-md-publisher/issues"
47
37
  },
48
38
  "homepage": "https://github.com/sipingme/wechat-md-publisher#readme",
49
- "packageManager": "pnpm@10.7.1",
50
39
  "dependencies": {
51
40
  "@wenyan-md/core": "^2.0.8",
52
41
  "axios": "^1.7.9",
@@ -73,5 +62,13 @@
73
62
  "formdata-node": "^6.0.3",
74
63
  "jsdom": "^27.4.0"
75
64
  },
76
- "pnpm": {}
77
- }
65
+ "scripts": {
66
+ "dev": "vite build --watch",
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
+ }
@@ -97,8 +97,8 @@
97
97
  }
98
98
 
99
99
  #wenyan pre {
100
- background-color: #1e293b;
101
- color: #e2e8f0;
100
+ background-color: #1e293b !important;
101
+ color: #e2e8f0 !important;
102
102
  padding: 16px;
103
103
  border-radius: 6px;
104
104
  overflow-x: auto;
@@ -97,8 +97,8 @@
97
97
  }
98
98
 
99
99
  #wenyan pre {
100
- background-color: #1e293b;
101
- color: #e2e8f0;
100
+ background-color: #1e293b !important;
101
+ color: #e2e8f0 !important;
102
102
  padding: 16px;
103
103
  border-radius: 6px;
104
104
  overflow-x: auto;
@@ -97,8 +97,8 @@
97
97
  }
98
98
 
99
99
  #wenyan pre {
100
- background-color: #064e3b;
101
- color: #ecfdf5;
100
+ background-color: #064e3b !important;
101
+ color: #ecfdf5 !important;
102
102
  padding: 16px;
103
103
  border-radius: 6px;
104
104
  overflow-x: auto;
File without changes
File without changes
@@ -97,8 +97,8 @@
97
97
  }
98
98
 
99
99
  #wenyan pre {
100
- background-color: #431407;
101
- color: #fff7ed;
100
+ background-color: #431407 !important;
101
+ color: #fff7ed !important;
102
102
  padding: 16px;
103
103
  border-radius: 6px;
104
104
  overflow-x: auto;
File without changes
File without changes
File without changes
@@ -97,8 +97,8 @@
97
97
  }
98
98
 
99
99
  #wenyan pre {
100
- background-color: #2e1065;
101
- color: #f5f3ff;
100
+ background-color: #2e1065 !important;
101
+ color: #f5f3ff !important;
102
102
  padding: 16px;
103
103
  border-radius: 6px;
104
104
  overflow-x: auto;
File without changes
@@ -97,8 +97,8 @@
97
97
  }
98
98
 
99
99
  #wenyan pre {
100
- background-color: #4c0519;
101
- color: #fff1f2;
100
+ background-color: #4c0519 !important;
101
+ color: #fff1f2 !important;
102
102
  padding: 16px;
103
103
  border-radius: 6px;
104
104
  overflow-x: auto;