koishi-plugin-wordpress-notifier 1.2.0 → 1.3.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/README.md +7 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -206,6 +206,12 @@ npm install
|
|
|
206
206
|
|
|
207
207
|
## 版本历史
|
|
208
208
|
|
|
209
|
+
### 1.3.0 (2024-01-14)
|
|
210
|
+
|
|
211
|
+
- 📝 更新作者邮箱为 kate522@88.com
|
|
212
|
+
- 🔗 更新仓库地址为正确的 GitHub URL
|
|
213
|
+
- 📝 优化 README.md 文档和链接
|
|
214
|
+
|
|
209
215
|
### 1.2.0 (2024-01-14)
|
|
210
216
|
|
|
211
217
|
- 📝 优化 README.md 文档,添加详细的安装说明和常见问题
|
|
@@ -234,7 +240,7 @@ MIT
|
|
|
234
240
|
|
|
235
241
|
- 插件仓库:https://github.com/Lexo0522/koishi-plugin-wordpress-notifier
|
|
236
242
|
- Koishi 官方文档:https://koishi.js.org/
|
|
237
|
-
- WordPress REST API 文档:https://developer.wordpress.
|
|
243
|
+
- WordPress REST API 文档:https://developer.wordpress.com/rest-api/
|
|
238
244
|
|
|
239
245
|
## 安装(Install)
|
|
240
246
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-wordpress-notifier",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "WordPress 文章自动推送到 QQ",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"data"
|
|
10
10
|
],
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"author": "
|
|
12
|
+
"author": "kate522@88.com",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "tsc",
|
|
15
15
|
"build:watch": "tsc --watch",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"type": "git",
|
|
37
37
|
"url": "https://github.com/Lexo0522/koishi-plugin-wordpress-notifier.git"
|
|
38
38
|
},
|
|
39
|
-
"homepage": "https://github.com/
|
|
39
|
+
"homepage": "https://github.com/Lexo0522/koishi-plugin-wordpress-notifier#readme",
|
|
40
40
|
"bugs": {
|
|
41
|
-
"url": "https://github.com/
|
|
41
|
+
"url": "https://github.com/Lexo0522/koishi-plugin-wordpress-notifier/issues"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|
|
44
44
|
"node": ">=14.0.0"
|