koishi-plugin-onebot-info-image 0.2.0-alpha.3 → 0.2.0-alpha.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +2 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-onebot-info-image",
3
3
  "description": "用onebot api获取用户详细信息/群管理员列表信息,可以发纯文本/合并转发/渲染图片。 现在只做了lagrange和napcat的适配",
4
- "version": "0.2.0-alpha.3+20250923",
4
+ "version": "0.2.0-alpha.5+20250929",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
package/readme.md CHANGED
@@ -30,4 +30,6 @@ Invoke-WebRequest -Uri "https://www.google.com" -Method Head -UseBasicParsing
30
30
  npm login --registry https://registry.npmjs.org
31
31
  # login npm in browser
32
32
  npm run pub onebot-info-image -- --registry https://registry.npmjs.org
33
+
34
+ npm-stat.com
33
35
  ```