@kirigaya/openclaw-onebot 1.0.0 → 1.0.1

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 +5 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,14 +18,12 @@
18
18
  ## 安装
19
19
 
20
20
  ```bash
21
- openclaw plugins install openclaw-onebot
21
+ openclaw plugins install @kirigaya/openclaw-onebot
22
22
  ```
23
23
 
24
- 或从 GitHub 安装:
24
+ ## 安装 onebot 服务端
25
25
 
26
- ```bash
27
- openclaw plugins install https://github.com/LSTM-Kirigaya/openclaw-onebot.git
28
- ```
26
+ 你需要安装 onebot 服务端,QQ 目前比较常用的是 onebot 服务端是 NapCat,可以查看 [官网](https://napneko.github.io/) 了解安装方法
29
27
 
30
28
  ## 配置
31
29
 
@@ -123,11 +121,12 @@ cd openclaw-onebot
123
121
  npm run test:connect
124
122
  ```
125
123
 
126
- ## 协议参考
124
+ ## 参考
127
125
 
128
126
  - [OneBot 11](https://github.com/botuniverse/onebot-11)
129
127
  - [go-cqhttp](https://docs.go-cqhttp.org/)
130
128
  - [Lagrange.Core](https://github.com/LSTM-Kirigaya/Lagrange.Core)
129
+ - [NapCat](https://github.com/NapNeko/NapCatQQ)
131
130
 
132
131
  ## License
133
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kirigaya/openclaw-onebot",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "OneBot v11 protocol channel plugin for OpenClaw (QQ/Lagrange.Core/go-cqhttp)",
5
5
  "license": "MIT",
6
6
  "publishConfig": { "access": "public" },