koishi-plugin-wordpress-notifier 2.8.3 → 2.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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -389,6 +389,15 @@ npm install
389
389
 
390
390
  ## 版本历史
391
391
 
392
+ ### 2.8.4 (2026-02-19)
393
+
394
+ - 🔧 版本更新和文档完善
395
+
396
+ **更新内容**
397
+ - ✅ 更新版本号到 2.8.4
398
+ - ✅ 完善 README.md 文档
399
+ - ✅ 确保插件稳定性和可靠性
400
+
392
401
  ### 2.8.3 (2026-02-19)
393
402
 
394
403
  - 🐛 修复数据库表结构初始化问题
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koishi-plugin-wordpress-notifier",
3
- "version": "2.8.3",
3
+ "version": "2.8.4",
4
4
  "description": "WordPress 文章自动推送到 QQ",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",