@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.
- package/README.md +5 -6
- 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
|
-
|
|
24
|
+
## 安装 onebot 服务端
|
|
25
25
|
|
|
26
|
-
|
|
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